You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/spu-tools/files/spu-tools-2.3.0.136-format-...

17 lines
431 B

spu-ps.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spu-ps.c b/spu-ps.c
index 8e0d667..e4e6ac0 100644
--- a/spu-ps.c
+++ b/spu-ps.c
@@ -59,7 +59,7 @@ static void dump_ctxs_or_spus(void **ctxs_or_spus, struct field *fields)
chars += print_ctx_field((struct ctx *)ctxs_or_spus[i],
buf+chars, fields[j].id, fields[j].format);
}
- printf(buf);
+ printf("%s", buf);
printf("\n");
i++;
}