Rename hc_fopen_nozip() to hc_fopen_raw()
This commit is contained in:
+1
-1
@@ -94,7 +94,7 @@ int cpu_crc32 (const char *filename, u8 *keytab, const size_t keytabsz)
|
||||
|
||||
HCFILE fp;
|
||||
|
||||
hc_fopen_nozip (&fp, filename, "rb");
|
||||
hc_fopen_raw (&fp, filename, "rb");
|
||||
|
||||
#define MAX_KEY_SIZE (1024 * 1024)
|
||||
|
||||
|
||||
+1
-1
@@ -113,7 +113,7 @@ bool hc_fopen (HCFILE *fp, const char *path, char *mode)
|
||||
return true;
|
||||
}
|
||||
|
||||
bool hc_fopen_nozip (HCFILE *fp, const char *path, char *mode)
|
||||
bool hc_fopen_raw (HCFILE *fp, const char *path, char *mode)
|
||||
{
|
||||
if (path == NULL || mode == NULL) return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user