summaryrefslogtreecommitdiff
path: root/audio/xmms-timidity/files/patch-xmms-timidity.cpp
blob: 3b7ed2edcd9cd50ea7ac72de34c6caad3f091623 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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)) {