From 506e278e3432247b7c56d049aa06651436d9d372 Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Fri, 9 Jan 2015 11:52:56 -0800 Subject: [PATCH] Minor tweaks for consistency --- nufxlib/NufxLib.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nufxlib/NufxLib.h b/nufxlib/NufxLib.h index 57c70ad..1ec1ada 100644 --- a/nufxlib/NufxLib.h +++ b/nufxlib/NufxLib.h @@ -596,12 +596,12 @@ typedef struct NuSelectionProposal { */ typedef struct NuPathnameProposal { const UNICHAR* pathnameUNI; - char filenameSeparator; + UNICHAR filenameSeparator; const NuRecord* pRecord; const NuThread* pThread; const UNICHAR* newPathnameUNI; - uint8_t newFilenameSeparator; + UNICHAR newFilenameSeparator; /*NuThreadID newStorage;*/ NuDataSink* newDataSink; } NuPathnameProposal; @@ -792,7 +792,7 @@ NUFXLIB_API NuError NuAddFile(NuArchive* pArchive, const UNICHAR* pathnameUNI, const NuFileDetails* pFileDetails, short fromRsrcFork, NuRecordIdx* pRecordIdx); NUFXLIB_API NuError NuRename(NuArchive* pArchive, NuRecordIdx recordIdx, - const char* pathnameMOR, UNICHAR fssep); + const char* pathnameMOR, char fssep); NUFXLIB_API NuError NuSetRecordAttr(NuArchive* pArchive, NuRecordIdx recordIdx, const NuRecordAttr* pRecordAttr); NUFXLIB_API NuError NuUpdatePresizedThread(NuArchive* pArchive,