mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 07:48:37 -04:00
express: Fix issue on platforms without signed cha
This commit is contained in:
parent
a99a1ed991
commit
c977df33a3
@ -156,7 +156,7 @@ mount(const Filename &physical_filename, const Filename &mount_point,
|
||||
// read-write on multifiles and .zip files.
|
||||
flags |= MF_read_only;
|
||||
|
||||
char ch = stream->get();
|
||||
int ch = stream->get();
|
||||
if (ch == '#' || ch == 'p') {
|
||||
// It *might* be a multifile.
|
||||
while (ch == '#') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user