freebsd-ports/audio/squash/files/patch-FIXLOCK-src_global_squash.c
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

10 lines
430 B
C

--- src/global_squash.c.orig 2003-12-05 20:23:51 UTC
+++ src/global_squash.c
@@ -143,7 +143,6 @@ void load_state() {
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);