mirror of
https://github.com/aap/librw.git
synced 2026-08-10 09:37:04 +01:00
fixed tex reading bug
This commit is contained in:
+1
-1
@@ -1102,7 +1102,7 @@ findPointer(void *p, void **list, int32 num)
|
||||
}
|
||||
|
||||
uint8*
|
||||
getFileContents(char *name, uint32 *len)
|
||||
getFileContents(const char *name, uint32 *len)
|
||||
{
|
||||
FILE *cf = fopen(name, "rb");
|
||||
assert(cf != nil);
|
||||
|
||||
Reference in New Issue
Block a user