|
From: <sv...@va...> - 2012-10-20 19:34:20
|
florian 2012-10-20 20:34:13 +0100 (Sat, 20 Oct 2012)
New Revision: 13063
Log:
exp-dhat Char/HChar fixes.
Modified files:
trunk/exp-dhat/dh_main.c
Modified: trunk/exp-dhat/dh_main.c (+2 -2)
===================================================================
--- trunk/exp-dhat/dh_main.c 2012-10-20 20:30:54 +01:00 (rev 13062)
+++ trunk/exp-dhat/dh_main.c 2012-10-20 20:34:13 +01:00 (rev 13063)
@@ -1031,7 +1031,7 @@
// 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 @@
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;
|