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
365 B
Plaintext
13 lines
365 B
Plaintext
$OpenBSD: patch-src_xdisplay_c,v 1.1.1.1 2001/10/28 02:24:23 naddy Exp $
|
|
--- src/xdisplay.c.orig Wed Oct 24 23:10:19 2001
|
|
+++ src/xdisplay.c Wed Oct 24 23:10:32 2001
|
|
@@ -657,7 +657,7 @@ static void outputs(const char* string,
|
|
*/
|
|
void display_printf(const char* format, ...)
|
|
{
|
|
- va_list* ap;
|
|
+ va_list ap;
|
|
char string[512];
|
|
|
|
va_start(ap, format);
|