removed debug printf
This commit is contained in:
parent
4bc4114ee9
commit
992aa1b4b4
@ -33,7 +33,7 @@ sus_File sus_fileOpenInMem(char * fileName, unsigned long parameter){
|
|||||||
NULL);
|
NULL);
|
||||||
if(currentFile->fileHandle == NULL || currentFile->fileHandle == INVALID_HANDLE_VALUE){
|
if(currentFile->fileHandle == NULL || currentFile->fileHandle == INVALID_HANDLE_VALUE){
|
||||||
//debug
|
//debug
|
||||||
printf("Windows error: %i\n", GetLastError());
|
//printf("Windows error: %i\n", GetLastError());
|
||||||
|
|
||||||
goto cleanup1;
|
goto cleanup1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user