e010ef2f44
Submitted by Jose Nazario <jose@crimelabs.net>. Zoom is a Z-Machine, which means that it plays text adventure games written in ZCode. The original games were written by a company called 'Infocom' in the 80's. It is designed to run under X11.
13 lines
341 B
Plaintext
13 lines
341 B
Plaintext
$OpenBSD: patch-src_stream_c,v 1.1.1.1 2001/10/28 02:24:23 naddy Exp $
|
|
--- src/stream.c.orig Wed Oct 24 23:10:44 2001
|
|
+++ src/stream.c Wed Oct 24 23:11:00 2001
|
|
@@ -134,7 +134,7 @@ void stream_buffering(int buf)
|
|
|
|
void stream_printf(const char* const f, ...)
|
|
{
|
|
- va_list* ap;
|
|
+ va_list ap;
|
|
char string[512];
|
|
|
|
va_start(ap, f);
|