diff --git a/src/common/common.cpp b/src/common/common.cpp index 5cdc5fa2a..2d298412a 100644 --- a/src/common/common.cpp +++ b/src/common/common.cpp @@ -89,7 +89,7 @@ bitvalue_c::bitvalue_c(string s, for (i = 0; i < len; i++) { // Space or tab? - if (isblank(s[i])) { + if (isblanktab(s[i])) { previous_was_space = true; continue; }