mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 20:49:27 +00:00
bug 498394 - wince shunt's unlink has wrong return value r=dougt
This commit is contained in:
parent
65d54cc638
commit
8609331e56
@ -160,7 +160,7 @@ int _unlink(const char *filename)
|
||||
strlen(filename)+1,
|
||||
wname,
|
||||
MAX_PATH );
|
||||
return DeleteFileW(wname);
|
||||
return DeleteFileW(wname)?0:-1;
|
||||
}
|
||||
|
||||
void abort(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user