diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-timidity/files/patch-xmms-timidity.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/xmms-timidity/files/patch-xmms-timidity.cpp b/audio/xmms-timidity/files/patch-xmms-timidity.cpp new file mode 100644 index 000000000000..0aaf2751fe0a --- /dev/null +++ b/audio/xmms-timidity/files/patch-xmms-timidity.cpp @@ -0,0 +1,11 @@ +--- xmms-timidity.cpp.orig 2005-07-21 02:44:56.000000000 -0700 ++++ xmms-timidity.cpp 2009-07-19 22:30:38.000000000 -0700 +@@ -347,7 +347,7 @@ + + void *infoThread(void *pData) + { +- int pipeTimidity = (int)pData; ++ long pipeTimidity = (long)pData; + char cLine[256]; + signed int iBytes = 1; + while ((iBytes > 0) && (::bPlaying)) { |