Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 2546ffb3ea49dcdd93d428c76e1814be > files > 12

gnome-libs-1.4.2-18.fc15.src.rpm

--- gnome-libs-1.4.1.2.90/libgnome/gnome-dentry.c.alpha_size_t	Tue Apr  9 17:28:25 2002
+++ gnome-libs-1.4.1.2.90/libgnome/gnome-dentry.c	Tue Apr  9 17:29:02 2002
@@ -910,7 +910,7 @@
 static gboolean
 g_file_get_contents (const gchar *filename,
                      gchar      **contents,
-                     gsize       *length)
+                     size_t       *length)
 {  
   struct stat stat_buf;
   gint fd;
@@ -1074,7 +1074,7 @@
 	}
 	if (fd != (iconv_t)-1) {
 		gchar *pout, *pin, *str;
-		gint len, ib, ob;
+		size_t len, ib, ob;
 
 		len = strlen (value);