Displaying 1 result from an estimated 1 matches for "remain_time".
2004 Jun 08
1
One final minor trivial insignificant pointless patch
...oesn't work, so don't.]
There's another patch I have up my sleeve, that it would be nice
if I didn't need to apply it by hand. Look:
vorbis-tools/oggenc/encode.c
--- encode.c-DIST Fri Jul 19 08:35:48 2002
+++ encode.c Fri Jan 9 07:46:27 2004
@@ -346,7 +342,7 @@
seconds = (int)(remain_time - (double)((int)remain_time/60)*60);
fprintf(stderr, "\r");
- fprintf(stderr, _("\t[%5.1f%%] [%2dm%.2ds remaining] %c"),
+ fprintf(stderr, _("\t[%5.1f%%] [%2dm%.2ds remaining] %c "),
done*100.0/total, minutes, seconds, spinner[spinpoint++%4]);
}
What it does is to...