Commit c39f4f89 authored by Jack Jansen's avatar Jack Jansen

Yet another Pstring()

parent 5ef86d55
......@@ -34,7 +34,7 @@ unlink(old)
{
OSErr err;
if ((err=FSDelete(c2pstr(old), 0)) == noErr)
if ((err=FSDelete((ConstStr255Param)Pstring(old), 0)) == noErr)
return 0;
errno= err;
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