]> git.pld-linux.org Git - packages/gnome-vfs2.git/blame - gnome-vfs2-ftp_ls_parse_fix.patch
This commit was manufactured by cvs2git to create branch 'AC-branch'.
[packages/gnome-vfs2.git] / gnome-vfs2-ftp_ls_parse_fix.patch
CommitLineData
055c2946 1diff -Nur gnome-vfs2-2.14.0/libgnomevfs/gnome-vfs-parse-ls.c gnome-vfs2-2.14.0.new/libgnomevfs/gnome-vfs-parse-ls.c
2--- gnome-vfs2-2.14.0/libgnomevfs/gnome-vfs-parse-ls.c 2005-11-14 12:24:14.000000000 +0100
3+++ gnome-vfs2-2.14.0.new/libgnomevfs/gnome-vfs-parse-ls.c 2006-04-18 21:35:02.000000000 +0200
4@@ -624,7 +624,7 @@
5 if (!is_num (columns[idx2]))
6 goto error;
7
8- s->st_size = (gsize) atol (columns [idx2]);
9+ s->st_size = (gsize) atoll (columns [idx2]);
10 #ifdef HAVE_ST_RDEV
11 s->st_rdev = 0;
12 #endif
This page took 0.100364 seconds and 4 git commands to generate.