]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix some Char/HChar mixups in exp-bbv
authorFlorian Krohm <florian@eich-krohm.de>
Thu, 18 Oct 2012 03:50:57 +0000 (03:50 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Thu, 18 Oct 2012 03:50:57 +0000 (03:50 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13057

exp-bbv/bbv_main.c

index 0158fef607b9a2010f7a6a80726b5cafd84e0705..f0b492aa397f8109efea973e28c55303e290a663 100644 (file)
@@ -55,8 +55,8 @@
 static Int interval_size=DEFAULT_GRAIN_SIZE;
 
    /* filenames */
-static UChar *clo_bb_out_file="bb.out.%p";
-static UChar *clo_pc_out_file="pc.out.%p";
+static HChar *clo_bb_out_file="bb.out.%p";
+static HChar *clo_pc_out_file="pc.out.%p";
 static UChar *pc_out_file=NULL;
 static UChar *bb_out_file=NULL;