- infinite loop pwned me x.x

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9919 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
FlavioJS 2007-02-25 21:16:37 +00:00
parent f38d3e495e
commit d6b5fe4b78

View File

@ -592,6 +592,7 @@ const char* skip_space(const char* p)
p += 2; p += 2;
break; break;
} }
++p;
} }
} }
else else