src/newgrf_config.cpp
changeset 5903 cd2d0ef3a3b9
parent 5899 e6723e2544e4
child 5926 97834f38dab2
--- a/src/newgrf_config.cpp	Sat Jan 13 18:55:54 2007 +0000
+++ b/src/newgrf_config.cpp	Sat Jan 13 21:28:46 2007 +0000
@@ -210,7 +210,7 @@
 	for (GRFConfig *c = _grfconfig; c != NULL; c = c->next) {
 		const GRFConfig *f = FindGRFConfig(c->grfid, c->md5sum);
 		if (f == NULL) {
-			char buf[256], *p = buf;
+			char buf[256];
 
 			/* If we have not found the exactly matching GRF try to find one with the
 			 * same grfid, as it most likely is compatible */