From: Theodore Ts'o Date: Sun, 5 Aug 2001 01:33:03 +0000 (-0400) Subject: Add ChangeLog entry for changes made by Andreas X-Git-Tag: E2FSPROGS-1_23~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd512b6868fd6f381c4377bab0f2aeebbe41c54b;p=thirdparty%2Fe2fsprogs.git Add ChangeLog entry for changes made by Andreas --- diff --git a/e2fsck/ChangeLog b/e2fsck/ChangeLog index d2c422d3b..6c79a0e22 100644 --- a/e2fsck/ChangeLog +++ b/e2fsck/ChangeLog @@ -1,3 +1,12 @@ +2001-08-04 Andreas Dilger + + * message.c: Change comments for %D and %d expansion in e2fsck + problem codes. It was not consistent which was for dirent + expansion, and which was for directory number expansion. + + * problem.c (PR_2_FINAL_RECLEN, PR_2_BAD_FILETYPE): Fix problem + codes which got caught by the confusion between %D and %d. + 2001-08-04 Theodore Tso * problem.c (PR_2_SYMLINK_SIZE): Change description to make it