aboutsummaryrefslogtreecommitdiff
path: root/ftp/yafc/files/patch-src::put.c
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/yafc/files/patch-src::put.c')
-rw-r--r--ftp/yafc/files/patch-src::put.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/ftp/yafc/files/patch-src::put.c b/ftp/yafc/files/patch-src::put.c
new file mode 100644
index 000000000000..ab99f5f22c92
--- /dev/null
+++ b/ftp/yafc/files/patch-src::put.c
@@ -0,0 +1,11 @@
+--- src/put.c.orig Mon May 10 17:25:01 2004
++++ src/put.c Mon May 10 17:25:36 2004
+@@ -217,7 +217,7 @@
+ e = xstrdup(ctime(&sb->st_mtime));
+ a = ask(ASKYES|ASKNO|ASKUNIQUE|ASKCANCEL|ASKALL|ASKRESUME,
+ ASKRESUME,
+- _("Remote file '%s' exists\nLocal: %ld bytes, %sRemote: %ld bytes, %sOverwrite?"),
++ _("Remote file '%s' exists\nLocal: %lld bytes, %sRemote: %ld bytes, %sOverwrite?"),
+ shortpath(dest, 42, ftp->homedir),
+ sb->st_size, e ? e : "unknown date",
+ ftp_filesize(f->path), ctime(&ft));