Revision: 1396
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1396&view=rev
Author:   nadvornik
Date:     2009-02-16 22:48:30 +0000 (Mon, 16 Feb 2009)

Log Message:
-----------
fixed compiler warning

Modified Paths:
--------------
    trunk/src/remote.c

Modified: trunk/src/remote.c
===================================================================
--- trunk/src/remote.c  2009-02-16 21:01:27 UTC (rev 1395)
+++ trunk/src/remote.c  2009-02-16 22:48:30 UTC (rev 1396)
@@ -70,7 +70,7 @@
                GList *work;
                gchar *buffer = NULL;
                GError *error = NULL;
-               guint termpos;
+               gsize termpos;
 
                while ((status = g_io_channel_read_line(source, &buffer, NULL, 
&termpos, &error)) == G_IO_STATUS_NORMAL)
                        {


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn

Reply via email to