|
@@ -35,7 +35,7 @@ namespace {
|
|
// Then the find_if doesn't work.
|
|
// Then the find_if doesn't work.
|
|
bool
|
|
bool
|
|
myIsalpha(char c) {
|
|
myIsalpha(char c) {
|
|
- return (isalpha(c));
|
|
|
|
|
|
+ return (isalpha(c) != 0);
|
|
}
|
|
}
|
|
|
|
|
|
// The conversion of units to their size
|
|
// The conversion of units to their size
|