mirror of
https://github.com/ksherlock/profuse.git
synced 2025-01-28 18:30:12 +00:00
git-svn-id: https://profuse.googlecode.com/svn/branches/v2@160 aa027e90-d47c-11dd-86d7-074df07e0730
This commit is contained in:
parent
e8c1af2d2c
commit
c2518dbccc
@ -9,7 +9,7 @@
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstring>
|
||||
#include <cctype.h>
|
||||
#include <cctype>
|
||||
#include <memory>
|
||||
|
||||
using namespace LittleEndian;
|
||||
@ -74,7 +74,7 @@ unsigned Entry::ValidName(const char *cp, unsigned maxLength)
|
||||
break;
|
||||
|
||||
default:
|
||||
if (!std::isascii(c)) return 0;
|
||||
if (!::isascii(c)) return 0;
|
||||
if (!std::isgraph(c)) return 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user