From: Florian Krohm Date: Sat, 20 Oct 2012 19:34:13 +0000 (+0000) Subject: exp-dhat Char/HChar fixes. X-Git-Tag: svn/VALGRIND_3_9_0~605 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2154a2cde659a11f5d27c95b17c698e7fc27d06c;p=thirdparty%2Fvalgrind.git exp-dhat Char/HChar fixes. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13063 --- diff --git a/exp-dhat/dh_main.c b/exp-dhat/dh_main.c index fcb7d8bb68..933daa7183 100644 --- a/exp-dhat/dh_main.c +++ b/exp-dhat/dh_main.c @@ -1031,7 +1031,7 @@ IRSB* dh_instrument ( VgCallbackClosure* closure, // FORWARDS static Bool identify_metric ( /*OUT*/ULong(**get_metricP)(APInfo*), /*OUT*/Bool* increasingP, - Char* metric_name ); + HChar* metric_name ); static Int clo_show_top_n = 10; static HChar* clo_sort_by = "max-bytes-live"; @@ -1184,7 +1184,7 @@ static ULong get_metric__max_blocks_live ( APInfo* api ) { string could not be identified.*/ static Bool identify_metric ( /*OUT*/ULong(**get_metricP)(APInfo*), /*OUT*/Bool* increasingP, - Char* metric_name ) + HChar* metric_name ) { if (0 == VG_(strcmp)(metric_name, "max-bytes-live")) { *get_metricP = get_metric__max_bytes_live;