svn-id: r9037
This commit is contained in:
Chris Apers 2003-07-15 10:32:00 +00:00
parent 20601f33eb
commit c4a40a749b

View File

@ -173,7 +173,6 @@ FileRef *fopen(const Char *filename, const Char *type) {
} else {
// if write file :
// use only the specified card
// FIXME : vfsModeCreate|vfsModeWrite will failed on OS3.5 Clié
err = VFSFileDelete(gVars->volRefNum, filename); // delete it if exists
err = VFSFileCreate(gVars->volRefNum, filename);
openMode = vfsModeWrite;