]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/longlong.cpp
fixed hash collisions in ZIP files (patch 1082026)
[wxWidgets.git] / src / common / longlong.cpp
index 80fc379374a5decf177810884518f3d0e0f35679..62afbf79a4dc92e3a00d6218d025376015cb2762 100644 (file)
@@ -751,7 +751,7 @@ wxULongLongWx& wxULongLongWx::operator*=(const wxULongLongWx& ll)
     m_hi = m_lo = 0;
 
 #ifdef wxLONGLONG_TEST_MODE
-    unsigned wxLongLong_t llOld = m_ll;
+    wxULongLong_t llOld = m_ll;
     m_ll = 0;
 #endif // wxLONGLONG_TEST_MODE