diff options
Diffstat (limited to 'cpp/src/IcePatch/Util.cpp')
-rw-r--r-- | cpp/src/IcePatch/Util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePatch/Util.cpp b/cpp/src/IcePatch/Util.cpp index 296f8d54b5b..1dd4eaf402b 100644 --- a/cpp/src/IcePatch/Util.cpp +++ b/cpp/src/IcePatch/Util.cpp @@ -633,7 +633,7 @@ IcePatch::createBZ2(const string& path) throw ex; } - static const Int num = 64 * 1024; + const Int num = 64 * 1024; Byte bytes[num]; while(!file.eof()) |