You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-video/projectx/files/projectx-0.91.0.10-stdout-c...

12 lines
378 B

--- Project-X/src/net/sourceforge/dvb/projectx/common/GuiInterface.java 2008-12-04 01:47:03.000000000 +0100
+++ Project-X/src/net/sourceforge/dvb/projectx/common/GuiInterface.java 2008-12-04 02:21:11.342918380 +0100
@@ -190,7 +190,7 @@
impl.updateProgressBar(percent);
else
- System.out.print("\r" + percent + " %");
+ System.out.print(percent + " %");
}
/**