Skip to content

Commit f778138

Browse files
committed
express: Fix compile error on Windows
1 parent f0791e2 commit f778138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panda/src/express/zipArchive.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1495,7 +1495,7 @@ read_index(std::istream &read) {
14951495
_data_length = reader.get_uint64();
14961496
size_left -= 8;
14971497
}
1498-
if (_header_start == 0xffffffffu && size_left >= 8) {
1498+
if ((uint64_t)_header_start == 0xffffffffu && size_left >= 8) {
14991499
_header_start = reader.get_uint64();
15001500
size_left -= 8;
15011501
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy