diff options
author | Russell Belfer <rb@github.com> | 2012-06-08 13:56:53 -0700 |
---|---|---|
committer | Russell Belfer <rb@github.com> | 2012-06-08 13:56:53 -0700 |
commit | d17db71b6f8343204683542538416ec87e06261e (patch) | |
tree | 17705eb477a5c23f2d1455b06564b91e44e1b7da /src/commit.c | |
parent | 145e696b498a046762e4df9045c9b71440308486 (diff) | |
download | libgit2-d17db71b6f8343204683542538416ec87e06261e.tar.gz |
isalpha is not great for UTF-8
When checking for a drive letter on windows, instead of using
isalpha(), it is better to just check for a..z and A..Z, I think,
particularly because the MS isalpha implementation appears to
assert when given an 0xFF byte.
Diffstat (limited to 'src/commit.c')
0 files changed, 0 insertions, 0 deletions