Yet another Pstring()

This commit is contained in:
Jack Jansen 1995-01-19 12:23:31 +00:00
parent 5ef86d55b5
commit c39f4f8968
1 changed files with 1 additions and 1 deletions

View File

@ -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;