summaryrefslogtreecommitdiff
path: root/audio/xmms-timidity/files/patch-xmms-timidity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmms-timidity/files/patch-xmms-timidity.cpp')
-rw-r--r--audio/xmms-timidity/files/patch-xmms-timidity.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/xmms-timidity/files/patch-xmms-timidity.cpp b/audio/xmms-timidity/files/patch-xmms-timidity.cpp
deleted file mode 100644
index 3b7ed2edcd9c..000000000000
--- a/audio/xmms-timidity/files/patch-xmms-timidity.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- xmms-timidity.cpp.orig 2005-07-21 09:44:56 UTC
-+++ xmms-timidity.cpp
-@@ -347,7 +347,7 @@ void setSongTitle(void)
-
- void *infoThread(void *pData)
- {
-- int pipeTimidity = (int)pData;
-+ long pipeTimidity = (long)pData;
- char cLine[256];
- signed int iBytes = 1;
- while ((iBytes > 0) && (::bPlaying)) {