From 7d534bbf798a4036dd3cee1c36df05b2c34defe8 Mon Sep 17 00:00:00 2001 From: bustico Date: Mon, 24 Jan 2011 13:39:15 +0000 Subject: make ivy-c c++ compiler compliant use last version (1.9.3) of uthash header --- tools/ivyperf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/ivyperf.c') diff --git a/tools/ivyperf.c b/tools/ivyperf.c index 6fefda5..50f42da 100644 --- a/tools/ivyperf.c +++ b/tools/ivyperf.c @@ -111,7 +111,7 @@ void TimerCall(TimerId id, void *user_data, unsigned long delta) void binCB( IvyClientPtr app, void *user_data, int id, const char* regexp, IvyBindEvent event ) { - char *app_name = IvyGetApplicationName( app ); + const char *app_name = IvyGetApplicationName( app ); switch ( event ) { case IvyAddBind: -- cgit v1.1