openbsd-ports/games/zoom/patches/patch-src_stream_c
naddy e010ef2f44 Import of zoom 0.9.99beta3.
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.
2001-10-28 02:24:23 +00:00

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);