Kaydet (Commit) c39f4f89 authored tarafından Jack Jansen's avatar Jack Jansen

Yet another Pstring()

üst 5ef86d55
...@@ -34,7 +34,7 @@ unlink(old) ...@@ -34,7 +34,7 @@ unlink(old)
{ {
OSErr err; OSErr err;
if ((err=FSDelete(c2pstr(old), 0)) == noErr) if ((err=FSDelete((ConstStr255Param)Pstring(old), 0)) == noErr)
return 0; return 0;
errno= err; errno= err;
return -1; return -1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment