Ticket #8117: file.diff

File file.diff, 429 bytes (added by eriktorbjorn, 21 years ago)

Patch against an October 31 CVS snapshot

  • scummvm/common/file.cpp

    diff -ur ScummVM-cvs20021031/scummvm/common/file.cpp ScummVM-cvs20021031+hack/scummvm/common/file.cpp
    old new  
    9999                return false;
    100100        }
    101101
     102        if (filename == NULL || *filename == 0)
     103                return false;
     104
    102105        clearIOFailed();
    103106
    104107        if (mode == kFileReadMode) {