Revision: 1078
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1078&view=rev
Author:   zas_
Date:     2008-08-23 17:00:59 +0000 (Sat, 23 Aug 2008)

Log Message:
-----------
Remove unneeded type casting.

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

Modified: trunk/src/ui_fileops.c
===================================================================
--- trunk/src/ui_fileops.c      2008-08-23 08:42:12 UTC (rev 1077)
+++ trunk/src/ui_fileops.c      2008-08-23 17:00:59 UTC (rev 1078)
@@ -243,7 +243,7 @@
        struct stat st;
 
        if (!stat_utf8(s, &st)) return 0;
-       return (gint)st.st_size;
+       return st.st_size;
 }
 
 time_t filetime(const gchar *s)


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

Reply via email to