opnsense-ports/games/gnomeattacks/files/patch-src-game.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

19 lines
397 B
C

--- src/game.c.orig Thu Feb 19 22:33:32 2004
+++ src/game.c Thu Feb 19 22:33:44 2004
@@ -15,6 +15,7 @@
#include "graphics.h"
#include "hiscore.h"
+GString* levelset_get_file_name( gchar* file_name );
/**
* Set up a random seed and set the levels to the first ones.
@@ -271,8 +272,6 @@
va_list varptr;
gchar msg[255];
-
- varptr = NULL;
va_start( varptr, format );