Ena patch gia na kanete to output tou wget pio endiaferon
Christos Ricudis
ricudis at itc.auth.gr
Sun Mar 21 22:11:12 EET 2010
diff -ruN wget-1.12/src/progress.c wget-1.12-pe/src/progress.c
--- wget-1.12/src/progress.c 2009-09-22 05:49:32.000000000 +0300
+++ wget-1.12-pe/src/progress.c 2010-03-21 22:09:16.000000000 +0200
@@ -931,8 +931,12 @@
if (dlsz > 0)
{
for (i = 0; i < dlsz - 1; i++)
- *p++ = '=';
- *p++ = '>';
+ if (i==0) {
+ *p++ = '8';
+ } else {
+ *p++ = '=';
+ }
+ *p++ = 'D';
}
while (p - begin < progress_size)
More information about the Linux-greek-users
mailing list