Missed a filename

This commit is contained in:
Andy McFadden 2015-01-02 17:23:35 -08:00
parent e2088e64d3
commit e7bf743afd
1 changed files with 1 additions and 1 deletions

View File

@ -642,7 +642,7 @@ static NuError Nu_PrepareForWriting(NuArchive* pArchive,
if (prepRsrc) { if (prepRsrc) {
strcpy(path, pathnameUNI); strcpy(path, pathnameUNI);
strcat(path, "/rsrc"); strcat(path, "/rsrc");
pathname = path; pathnameUNI = path;
} }
# endif # endif
if (!(pFileInfo->unixMode & S_IWUSR)) { if (!(pFileInfo->unixMode & S_IWUSR)) {