11 lines
378 B
Diff
11 lines
378 B
Diff
--- 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 + " %");
|
|
}
|
|
|
|
/**
|