--- blobAndConquer-0.90/src/system/CEngine.cpp~ 2007-05-23 22:41:48.000000000 +0200 +++ blobAndConquer-0.90/src/system/CEngine.cpp 2007-05-23 22:41:48.000000000 +0200 @@ -466,7 +466,7 @@ continue; } - if (strlen(token) < 10) + if (strlen(token) < 9) { token = strtok(NULL, "\n"); continue;