Warning fix in gnome-libs/libgnomeui/gnome-less.c



Another one.

Ok?

Cheers
Kjartan
--- gnome-less.old	Fri May  8 22:11:17 1998
+++ gnome-less.c	Fri May  8 22:12:14 1998
@@ -158,7 +158,7 @@
   g_return_if_fail(GNOME_IS_LESS(gl));
   g_return_if_fail(path != NULL);
 
-  if ( ! g_file_exists(path) ) {
+  if ( ! g_file_exists((char *)path) ) {
     do_error_message(gl, not_found, path);
     return;
   }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]