1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/audio/kmpg/files/patch-ac
Chris Piazza b1e23d9d9b Fix boneheadedness. Such great programming practices
such as never including unistd.h and using close() on a FILE stream.
2000-01-24 01:16:32 +00:00

12 lines
393 B
Plaintext

--- lib/yaflib/yaf/shared/yafcore/streamWriter.cpp.orig Sun Jan 23 16:52:02 2000
+++ lib/yaflib/yaf/shared/yafcore/streamWriter.cpp Sun Jan 23 16:52:11 2000
@@ -42,7 +42,7 @@
static OutputInterface* output;
static AudioWrapper* audioWrapper=NULL;
-static lInternalDevice;
+static int lInternalDevice;
void StreamWriter_sendSpeed(int speed);
void StreamWriter_sendSampleSize(int size);