blob: 7015a58c4796c86d65f9fcaf8a731cf55282c3f8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/get.c.orig Mon May 10 17:24:10 2004
+++ src/get.c Mon May 10 17:25:04 2004
@@ -279,7 +279,7 @@
e = xstrdup(ctime(&sb.st_mtime));
a = ask(ASKYES|ASKNO|ASKUNIQUE|ASKCANCEL|ASKALL|ASKRESUME,
ASKRESUME,
- _("Local file '%s' exists\nLocal: %ld bytes, %sRemote: %ld bytes, %sOverwrite?"),
+ _("Local file '%s' exists\nLocal: %lld bytes, %sRemote: %ld bytes, %sOverwrite?"),
shortpath(dest, 42, gvLocalHomeDir),
sb.st_size, e ? e : "unknown date",
ftp_filesize(fi->path), ctime(&ft));
|