diff --git a/Base.cpp b/Base.cpp index 0bc424e3..c9ba407a 100644 --- a/Base.cpp +++ b/Base.cpp @@ -154,7 +154,7 @@ namespace data if (isFirstTime) iT64Build(); n = InCount/4; m = InCount%4; - if (!m) + if (InCount && !m) outCount = 3*n; else { outCount = 0;