Revision: 1280
http://geeqie.svn.sourceforge.net/geeqie/?rev=1280&view=rev
Author: zas_
Date: 2008-11-27 12:31:27 +0000 (Thu, 27 Nov 2008)
Log Message:
-----------
Fix up pointer signedness warnings.
Modified Paths:
--------------
trunk/src/image-load.h
Modified: trunk/src/image-load.h
===================================================================
--- trunk/src/image-load.h 2008-11-27 12:30:49 UTC (rev 1279)
+++ trunk/src/image-load.h 2008-11-27 12:31:27 UTC (rev 1280)
@@ -28,8 +28,8 @@
FileData *fd;
gchar *path;
- gint bytes_read;
- gint bytes_total;
+ gsize bytes_read;
+ gsize bytes_total;
gint preview;
@@ -56,7 +56,7 @@
gboolean thread;
guchar *mapped_file;
- gint read_buffer_size;
+ gsize read_buffer_size;
gint idle_read_loop_count;
};
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn