openbsd-ports/games/zoom/patches/patch-src_rc_c

15 lines
443 B
Plaintext

$OpenBSD: patch-src_rc_c,v 1.1 2004/04/09 21:15:12 naddy Exp $
--- src/rc.c.orig 2002-10-20 12:10:55.000000000 -0400
+++ src/rc.c 2004-04-06 22:48:41.000000000 -0400
@@ -50,8 +50,8 @@ rc_game* rc_defgame = NULL;
void rc_error(char* erm)
{
- zmachine_warning("Error while parsing .zoomrc (line %i): %s",
- _rc_line, erm);
+ zmachine_info("Error while parsing .zoomrc (line %i): %s",
+ _rc_line, erm);
}
void rc_load(void)