From ae5d581a3e3862b41ad79d919227012c656da5bd Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Thu, 12 Dec 2002 20:12:16 +0000 Subject: [PATCH] updateFix stupid bug in ntfs_ucsncmp(). (Logical change 1.41) --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 904bd2dc..69d2c8a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -153,6 +153,7 @@ - Fix stupid logic inversion bug in ntfs_extent_inode_open(). Same bug was fixed in the NTFS kernel driver over six months ago but the fix was never taken over to libntfs. (Szakacsits Szabolcs) + - Fix stupid bug in ntfs_ucsncmp(). Spotted by Leonard Norrgard. 12/03/2002 - 1.6.0 - More mkntfs options and cleanups. Fix typo in usage information of mkntfs. Thanks to Richard Russon for