summarylogtreecommitdiffstats
path: root/quickviewer-1.1.8-fix-nonwindows-64bit-type-mismatch.patch
blob: 5282c5c96ee520e2dee5751c9f18ea04b7fb891a (plain)
1
2
3
4
5
6
7
8
9
10
11
--- quickviewer/fileloader/fileloader7zarchive.cpp.orig	2020-06-15 20:27:13.351622773 -0700
+++ quickviewer/fileloader/fileloader7zarchive.cpp	2020-06-15 22:28:42.301550922 -0700
@@ -336,7 +336,7 @@
 //    item.GetStringProperty(PropertyIndexEnum::kpidGroup, strVal);
 //    prop.Group = QString::fromStdWString(strVal);
 
-    uint64_t uintval;
+    unsigned __int64 uintval;
     item.GetUInt64Property(PropertyIndexEnum::kpidSize, uintval);
     prop.size = (size_t) uintval;
     prop.pre_total = (size_t) pre_total;