mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 04:03:34 -04:00
19 lines
475 B
Plaintext
19 lines
475 B
Plaintext
$NetBSD: patch-ab,v 1.8 2010/11/09 13:13:03 adam Exp $
|
|
|
|
--- ogg123/ogg123.c.orig 2010-03-24 08:11:11.000000000 +0000
|
|
+++ ogg123/ogg123.c
|
|
@@ -743,7 +743,13 @@ void play (char *source_string)
|
|
|
|
format->cleanup(decoder);
|
|
transport->close(source);
|
|
+#if 0
|
|
+ /*
|
|
+ * XXX: should be done properly with pthread_cleanup_push instead,
|
|
+ * if at all.
|
|
+ */
|
|
status_reset_output_lock(); /* In case we were killed mid-output */
|
|
+#endif
|
|
|
|
status_message(1, _("Done."));
|
|
|