From: Florian Krohm Date: Thu, 18 Oct 2012 03:50:57 +0000 (+0000) Subject: Fix some Char/HChar mixups in exp-bbv X-Git-Tag: svn/VALGRIND_3_9_0~611 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d735bc96bee2e9a1eeb331987febaaaf9056a08a;p=thirdparty%2Fvalgrind.git Fix some Char/HChar mixups in exp-bbv git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13057 --- diff --git a/exp-bbv/bbv_main.c b/exp-bbv/bbv_main.c index 0158fef607..f0b492aa39 100644 --- a/exp-bbv/bbv_main.c +++ b/exp-bbv/bbv_main.c @@ -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;