UST-wide warning fixes
[ust.git] / tests / tap.c
index bd7f81cc1eeeb61f455e8c756610e04b0a6d9acb..a54fd178d12f96cf9a32ac591754526c4149e4b4 100644 (file)
@@ -37,7 +37,7 @@ static void *_tap_comment_stdout(void *_unused)
                if (strncmp(line, "_TAP", 4)) {
                        fprintf(normal_stdout, "# %s", line);
                } else {
-                       fprintf(normal_stdout, &line[4]);
+                       fprintf(normal_stdout, "# %s", &line[4]);
                }
        }
        pthread_exit(0);
This page took 0.024352 seconds and 4 git commands to generate.