freebsd-ports/games/nlarn/files/patch-src-game.c
Pawel Pekala 6c6cdf95b4 Update to version 0.7.2
PR:		ports/176785
Submitted by:	Vitaly Magerya <vmagerya@gmail.com>
Approved by:	maintainer timeout
2013-03-28 15:40:51 +00:00

11 lines
383 B
C

--- src/game.c.orig 2012-07-06 20:29:35.000000000 +0300
+++ src/game.c 2013-03-09 12:23:13.000000000 +0200
@@ -1353,7 +1354,7 @@
if (sb == NULL)
{
/* opening the file failed */
- log_add_entry(g->log, "Error opening scoreboard file \"%s\".");
+ log_add_entry(g->log, "Error opening scoreboard file.");
free(uscores);
return;
}