summaryrefslogtreecommitdiff
path: root/media-video/projectx/files/projectx-0.91.0.10-stdout-corrupt.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/projectx/files/projectx-0.91.0.10-stdout-corrupt.patch')
-rw-r--r--media-video/projectx/files/projectx-0.91.0.10-stdout-corrupt.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/media-video/projectx/files/projectx-0.91.0.10-stdout-corrupt.patch b/media-video/projectx/files/projectx-0.91.0.10-stdout-corrupt.patch
deleted file mode 100644
index 7ea802019793..000000000000
--- a/media-video/projectx/files/projectx-0.91.0.10-stdout-corrupt.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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 + " %");
- }
-
- /**