[quake3-commits] r1991 - trunk/code/game
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Sun May 15 10:58:56 EDT 2011
Author: thilo
Date: 2011-05-15 10:58:56 -0400 (Sun, 15 May 2011)
New Revision: 1991
Modified:
trunk/code/game/bg_lib.c
Log:
0 --> NULL
Modified: trunk/code/game/bg_lib.c
===================================================================
--- trunk/code/game/bg_lib.c 2011-05-15 14:55:47 UTC (rev 1990)
+++ trunk/code/game/bg_lib.c 2011-05-15 14:58:56 UTC (rev 1991)
@@ -242,7 +242,7 @@
char *strrchr(const char *string, int c)
{
- const char *found = 0;
+ const char *found = NULL;
while(*string)
{
More information about the quake3-commits
mailing list