summaryrefslogtreecommitdiff
path: root/audio/squash/files/patch-FIXLOCK-src_global_squash.c
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-02-26 18:51:43 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-02-26 18:51:43 +0000
commita6cf5720c796c8010b5b07ed22aa1bc7f367b7bd (patch)
treed533375fb8f6b2766b573f6eeb5dc8f715e68424 /audio/squash/files/patch-FIXLOCK-src_global_squash.c
parent${WRKDIR}/${PKGNAME} -> ${WRKSRC} & unbreak. (diff)
- Update to 1.0
PR: ports/63403 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
Diffstat (limited to 'audio/squash/files/patch-FIXLOCK-src_global_squash.c')
-rw-r--r--audio/squash/files/patch-FIXLOCK-src_global_squash.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/squash/files/patch-FIXLOCK-src_global_squash.c b/audio/squash/files/patch-FIXLOCK-src_global_squash.c
new file mode 100644
index 000000000000..256084356e07
--- /dev/null
+++ b/audio/squash/files/patch-FIXLOCK-src_global_squash.c
@@ -0,0 +1,10 @@
+--- ./src/global_squash.c~ Fri Dec 5 21:23:51 2003
++++ ./src/global_squash.c Thu Feb 26 18:57:02 2004
+@@ -143,7 +143,6 @@
+ playlist_queue_song( song, state_info.raw_songs[state_info.current_song].position );
+ }
+ state_info.current_song++;
+- squash_unlock(state_info.lock);
+ squash_wunlock(database_info.lock);
+ squash_unlock(song_queue.lock);
+ squash_unlock(state_info.lock);