changeset 8714 | ab201a62d115 |
parent 8524 | a65e9bcf0a03 |
child 8978 | e6ef8fe314bd |
--- a/misc/libphyslayer/hwpacksmounter.c Sat Mar 09 23:01:15 2013 -0500 +++ b/misc/libphyslayer/hwpacksmounter.c Sun Mar 10 08:49:40 2013 +0400 @@ -24,7 +24,7 @@ strcat(fullPath, "/"); strcat(fullPath, fileName); - PHYSFS_mount(fullPath, NULL, 1); + PHYSFS_mount(fullPath, NULL, 0); free(fullPath); }