|
From: <sv...@va...> - 2012-10-18 03:51:04
|
florian 2012-10-18 04:50:57 +0100 (Thu, 18 Oct 2012)
New Revision: 13057
Log:
Fix some Char/HChar mixups in exp-bbv
Modified files:
trunk/exp-bbv/bbv_main.c
Modified: trunk/exp-bbv/bbv_main.c (+2 -2)
===================================================================
--- trunk/exp-bbv/bbv_main.c 2012-10-18 04:46:42 +01:00 (rev 13056)
+++ trunk/exp-bbv/bbv_main.c 2012-10-18 04:50:57 +01:00 (rev 13057)
@@ -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;
|