[svn r393] Added newly info about the check file utility function.
1.1 --- a/gmyth/src/gmyth_util.c Mon Mar 05 22:18:17 2007 +0000
1.2 +++ b/gmyth/src/gmyth_util.c Mon Mar 05 23:34:43 2007 +0000
1.3 @@ -490,6 +490,10 @@
1.4 if ( ( gmyth_string_list_length( slist ) > 1 ) &&
1.5 gmyth_string_list_get_char_array (slist, 1) != NULL )
1.6 *current_dir = g_strdup( gmyth_string_list_get_char_array (slist, 1) );
1.7 +
1.8 + if ( *current_dir != NULL )
1.9 + gmyth_debug( "Current directory = %s.", ( *current_dir != NULL )
1.10 + ? *current_dir : "[directory not found]" );
1.11
1.12 g_object_unref (program);
1.13