]> git.xonotic.org Git - xonotic/darkplaces.git/commit
u8_get{n,}char should advance the end-ptr even if no valid character was found so...
authorblub <blub@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 25 Dec 2009 16:50:12 +0000 (16:50 +0000)
committerblub <blub@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 25 Dec 2009 16:50:12 +0000 (16:50 +0000)
commite68da68713dfb19c88e7c639348b604b3c480b47
treec27942f71e68321f6d576060d5cf36099b4a7ac9
parentb580442d0be79e1c4c78b9cb568fe30cf3e03f76
u8_get{n,}char should advance the end-ptr even if no valid character was found so it at least points to the \0 or to after maxlen

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9691 d7cf8633-e32d-0410-b094-e92efae38249
utf8lib.c