Browse Source

[3832] #3832 patch

Francis Dupont 10 years ago
parent
commit
825cb9648f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dns/rrttl.cc

+ 1 - 1
src/lib/dns/rrttl.cc

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