1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-21 18:31:25 +02:00

initial import

This commit is contained in:
root
2010-02-09 21:25:29 +01:00
commit b2719dc011
1080 changed files with 41656 additions and 0 deletions
@@ -0,0 +1,16 @@
Index: src/xmms-sid.c
===================================================================
RCS file: /cvs/xmms-sid/src/xmms-sid.c,v
retrieving revision 1.61
diff -u -p -r1.61 xmms-sid.c
--- src/xmms-sid.c 8 Nov 2005 09:33:26 -0000 1.61
+++ src/xmms-sid.c 27 Nov 2005 18:54:53 -0000
@@ -418,7 +418,7 @@ void *xs_playthread(void *argPointer)
/* Set song information for current subtune */
xs_plugin_ip.set_info(myTune->subTunes[myStatus.currSong - 1].tuneTitle,
- (songLength > 0) ? (songLength * 1000) : -1,
+ (songLength > 0) ? (songLength * 1000) : 0,
(myTune->subTunes[myStatus.currSong - 1].tuneSpeed >
0) ? (myTune->subTunes[myStatus.currSong - 1].tuneSpeed * 1000) : -1,
myStatus.audioFrequency, myStatus.audioChannels);