]> git.decadent.org.uk Git - ap-utils.git/blobdiff - src/ap-tftp.c
Imported Upstream version 1.5.1~pre2
[ap-utils.git] / src / ap-tftp.c
index 5e6ac579cbd05651b0292d994545aef51e9f810b..6032835d16eee7c10599935d1a27eae2fd1bb632 100644 (file)
@@ -253,7 +253,7 @@ char *tftp_error_msg[8] = {
                    if (to.sin_port == from.sin_port) {
 #ifndef FEATURE_TFTP_DEBUG
                        if (opcode == TFTP_DATA) {
-                           sprintf(buf2, _("\rProgress: uploaded %3i%%."),
+                           sprintf(buf2, _("Progress: uploaded %3i%%."),
                                bc * 100 / maxdlen);
                            write(fileno(stdout), buf2, strlen(buf2));
                            nl = "\n";