vac: cleanup

This commit is contained in:
Russ Cox
2008-06-14 14:29:24 -04:00
parent 233feb69cf
commit c52cda3061
3 changed files with 7 additions and 32 deletions

View File

@@ -354,7 +354,7 @@ _fileopen(VacFs *fs, char *path, int partial)
elem[n] = 0;
ff = _filewalk(f, elem, partial && *p=='\0');
if(ff == nil){
werrstr("%.*s: %R", utfnlen(opath, p-opath), opath);
werrstr("%.*s: %r", utfnlen(opath, p-opath), opath);
goto Err;
}
vacfiledecref(f);