diff -r a663b32b9f96 -r bfeaddae37c5 newgrf.c --- a/newgrf.c Tue Oct 03 09:25:42 2006 +0000 +++ b/newgrf.c Tue Oct 03 14:04:43 2006 +0000 @@ -1960,7 +1960,7 @@ for (; id < endid && len > 0; id++) { size_t ofs = strlen(name) + 1; - if (ofs > 1 && ofs < 128) { + if (ofs < 128) { DEBUG(grf, 8) ("FeatureNewName: %d <- %s", id, name); switch (feature) {