gmyth/src/gmyth_util.c
branchtrunk
changeset 337 60bfeabc0af6
parent 313 f8d246310650
child 349 7005e696052c
     1.1 --- a/gmyth/src/gmyth_util.c	Tue Jan 30 20:52:35 2007 +0000
     1.2 +++ b/gmyth/src/gmyth_util.c	Thu Feb 08 20:57:31 2007 +0000
     1.3 @@ -331,7 +331,7 @@
     1.4  	GTimeVal *time = g_new0( GTimeVal, 1 );
     1.5  	struct tm* tm_time = NULL;
     1.6  	time_t time_micros;
     1.7 -	gint result;
     1.8 +	gchar* result;
     1.9  
    1.10  	gmyth_debug( "[%s] time_str = %s. [%s]", time_str, time_str != NULL ? 
    1.11  					time_str : "[time string is NULL!]", time_str );