freebsd-ports/audio/xmms-arts_output/files/patch-arts_helper.c
Kris Kennaway 76fefa4a99 Re-add xmms-arts_output, which was removed in error.
Submitted by:   Bartosz Fabianowski <freebsd@chillt.de>
Pointy hat to:	kris
2005-02-19 01:59:40 +00:00

12 lines
245 B
C

--- arts_helper.c.orig Tue Apr 6 02:23:37 2004
+++ arts_helper.c Tue Apr 6 02:22:32 2004
@@ -243,7 +243,9 @@
{
going = 0;
arts_close_stream(handle);
+#if 0
arts_free();
+#endif
}
static int read_all(int fd, void *buf, size_t count)