Files
linamh/media-video/projectx/files/projectx-0.90.4.00-stdout-corrupt.diff
geos_one 6f340e9462 add all my local ebuilds
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@602 6952d904-891a-0410-993b-d76249ca496b
2008-12-08 19:43:30 +00:00

13 lines
595 B
Diff

diff -ru ProjectX_Source_0.90.4-orig/src/net/sourceforge/dvb/projectx/common/GuiInterface.java ProjectX_Source_0.90.4/src/net/sourceforge/dvb/projectx/common/GuiInterface.java
--- ProjectX_Source_0.90.4-orig/src/net/sourceforge/dvb/projectx/common/GuiInterface.java 2008-05-14 18:48:05.833127359 +0200
+++ ProjectX_Source_0.90.4/src/net/sourceforge/dvb/projectx/common/GuiInterface.java 2008-05-14 18:48:39.773120746 +0200
@@ -188,7 +188,7 @@
impl.updateProgressBar(percent);
else
- System.out.print("\r" + percent + " %");
+ System.out.print(percent + " %\r");
}
/**