diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-20 21:20:50 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-20 21:20:50 +0000 |
commit | bdf3e4e4785b12f30538f4814851fe45a5398984 (patch) | |
tree | 85c762abe7ca438ecad1783108cbf2113df6588c /games/qgo | |
parent | 010b9316a42d4487a651e659f7913ba7029009af (diff) | |
download | ports-bdf3e4e4785b12f30538f4814851fe45a5398984.tar.gz ports-bdf3e4e4785b12f30538f4814851fe45a5398984.zip |
Notes
Diffstat (limited to 'games/qgo')
-rw-r--r-- | games/qgo/files/patch-qgo::src::wavfile.c | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/games/qgo/files/patch-qgo::src::wavfile.c b/games/qgo/files/patch-qgo::src::wavfile.c index 68693e1b60da..958abb399585 100644 --- a/games/qgo/files/patch-qgo::src::wavfile.c +++ b/games/qgo/files/patch-qgo::src::wavfile.c @@ -1,5 +1,5 @@ ---- qgo/src/wavfile.c.orig Tue Jun 24 06:57:08 2003 -+++ qgo/src/wavfile.c Mon Nov 3 00:49:30 2003 +--- qgo/src/wavfile.c.orig Mon Jun 23 23:57:08 2003 ++++ qgo/src/wavfile.c Fri Aug 20 23:10:57 2004 @@ -53,7 +53,6 @@ #include <unistd.h> #include <errno.h> @@ -17,3 +17,12 @@ // stop +@@ -133,7 +132,7 @@ + //static ErrFunc _v_erf; /* This module's error reporting function */ + static char emsg[2048]; + +- ++static void _v_erf(const char *format,va_list ap); + + /* + * Error reporting function for this source module: |