(svn r23216) -Codechange: introduce the concept of having different tar lists

This commit is contained in:
rubidium
2011-11-14 21:28:43 +00:00
parent f600429424
commit 160294ff22
7 changed files with 61 additions and 48 deletions

View File

@@ -429,6 +429,7 @@ static SQInteger _io_file_read(SQUserPointer file, SQUserPointer buf, SQInteger
{
size_t size;
FILE *file = FioFOpenFile(filename, "rb", AI_DIR, &size);
if (file == NULL) file = FioFOpenFile(filename, "rb", AI_LIBRARY_DIR, &size);
SQInteger ret;
unsigned short us;
unsigned char uc;