diff --git a/nufxlib-0/ChangeLog.txt b/nufxlib-0/ChangeLog.txt index b99d93a..29aa56a 100644 --- a/nufxlib-0/ChangeLog.txt +++ b/nufxlib-0/ChangeLog.txt @@ -1,6 +1,9 @@ +2004/10/11 ***** v2.0.3 shipped ***** + 2004/09/25 fadden - Fixed: attempting to add files after deleting *all* entries in an archive would fail. + - Removed use of a "ushort" from NufxLib.h. 2004/09/20 fadden - Corrected behavior after flush when original archive can't be diff --git a/nufxlib-0/NufxLib.h b/nufxlib-0/NufxLib.h index 06ad906..69777c8 100644 --- a/nufxlib-0/NufxLib.h +++ b/nufxlib-0/NufxLib.h @@ -201,7 +201,7 @@ typedef enum NuThreadFormat { ((char) ((sysInfo) & 0xff)) /* return a file_sys_info with a replaced filesystem separator */ #define NuSetSepInSysInfo(sysInfo, newSep) \ - ((ushort) (((sysInfo) & 0xff00) | ((newSep) & 0xff)) ) + ((unsigned short) (((sysInfo) & 0xff00) | ((newSep) & 0xff)) ) /* GS/OS-defined file system identifiers; sadly, UNIX is not among them */ typedef enum NuFileSysID {