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);
|
||||
if(currentFile->fileHandle == NULL || currentFile->fileHandle == INVALID_HANDLE_VALUE){
|
||||
//debug
|
||||
printf("Windows error: %i\n", GetLastError());
|
||||
//printf("Windows error: %i\n", GetLastError());
|
||||
|
||||
goto cleanup1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user