From 1f49d8348fb361c769967ce21c29868cb9ac1982 Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Fri, 21 May 2004 21:21:38 +0000 Subject: [PATCH] Update (Logical change 1.393) --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 286c6b31..6a548b33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,8 @@ xx/xx/2004 - 1.9.3-WIP - Rename uchar_t to ntfschar everywhere since uchar_t is already defined on Solaris to be an unsigned 1-byte character and it is also defined like this in POSIX. + - Do not use the ++ operator on a variable when it is being passed as a + parameter to a macro in libntfs/unistr.c. (Pete Curran, Yuval) 11/05/2004 - 1.9.2 - Decomrpession bug fixes, ntfsinfo enhancements, updates. - Hopefully fix the autogen.sh problems using the --force and touch