From e7bf743afdaabadfb684eeab6eb1661ca7e6bfb5 Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Fri, 2 Jan 2015 17:23:35 -0800 Subject: [PATCH] Missed a filename --- nufxlib/FileIO.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nufxlib/FileIO.c b/nufxlib/FileIO.c index 02d3888..fc0a441 100644 --- a/nufxlib/FileIO.c +++ b/nufxlib/FileIO.c @@ -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)) {