]> git.draconx.ca Git - upkg.git/blobdiff - test/decodeindex.c
Port tests to Autotest.
[upkg.git] / test / decodeindex.c
index c072a07c25f72a41c800aa5a7ef368dc02489d3e..1eef6a66485b6fd4e2695f382527a3f69c058f60 100644 (file)
@@ -52,7 +52,7 @@ static void print_bytes(FILE *f, int indent, void *buf, size_t n)
        fprintf(f, "%*s", indent, "");
 
        if (n == 0) {
-               printf("(empty)\n");
+               fprintf(f, "(empty)\n");
                return;
        }