]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Put back missing space...
authorTom Hughes <tom@compton.nu>
Wed, 6 Oct 2004 13:50:12 +0000 (13:50 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 6 Oct 2004 13:50:12 +0000 (13:50 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2731

cachegrind/cg_main.c

index f0752b07839418d1481389d55c3fe4ba2c72ad4a..67be6bb0973a2f149a992dca65f8c26483ccba0c 100644 (file)
@@ -829,7 +829,7 @@ static void fprint_CC_table_and_calc_totals(void)
    VG_(strcpy)(buf, "cmd:");
    VG_(write)(fd, (void*)buf, VG_(strlen)(buf));
    for (i = 0; i < VG_(client_argc); i++) {
-       VG_(write)(fd, "", 1);
+       VG_(write)(fd, " ", 1);
        VG_(write)(fd, VG_(client_argv)[i], VG_(strlen)(VG_(client_argv)[i]));
    }
    // "events:" line