mirror of
https://github.com/fadden/nulib2.git
synced 2024-11-18 23:05:04 +00:00
Missed a filename
This commit is contained in:
parent
e2088e64d3
commit
e7bf743afd
@ -642,7 +642,7 @@ static NuError Nu_PrepareForWriting(NuArchive* pArchive,
|
||||
if (prepRsrc) {
|
||||
strcpy(path, pathnameUNI);
|
||||
strcat(path, "/rsrc");
|
||||
pathname = path;
|
||||
pathnameUNI = path;
|
||||
}
|
||||
# endif
|
||||
if (!(pFileInfo->unixMode & S_IWUSR)) {
|
||||
|
Loading…
Reference in New Issue
Block a user