diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-24 15:11:42 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-24 15:11:42 +0000 |
commit | e7466e5e46805c4e859d923c7a9ed7877fd59eda (patch) | |
tree | 666b8b365a12cbd30bb309d7f613e9cbd929bde5 /src/map/pc.c | |
parent | 765e2ceaac15587cb25e776234214687d7b36e1b (diff) | |
download | hercules-e7466e5e46805c4e859d923c7a9ed7877fd59eda.tar.gz hercules-e7466e5e46805c4e859d923c7a9ed7877fd59eda.tar.bz2 hercules-e7466e5e46805c4e859d923c7a9ed7877fd59eda.tar.xz hercules-e7466e5e46805c4e859d923c7a9ed7877fd59eda.zip |
- Improved a bit the menu entries counting code (using a while with strchr should yield better performance that a for done on the string's strlen, right? However, it bugs me that strchr's man-page says it won't work on multi-byte characters. But does a strchr(str,':') works any worse than (str[i]== ':')?
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9706 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.c')
0 files changed, 0 insertions, 0 deletions