Fix com_err bug in compile_et: # of error messages can be wrong

Fixed bug where error messages using continuations wouldn't increment
the message count.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
bitmap-optimize
Theodore Ts'o 2005-07-19 08:24:59 -05:00
parent 9b7d811dda
commit 5bf9b4cd51
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2005-07-19 Theodore Ts'o <tytso@mit.edu>
* et_c.awk: Fix bug where error messages using continuations
wouldn't increment the message count.
2006-06-30 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.38

View File

@ -174,6 +174,7 @@ c2n["_"]=63
text=substr(text,2,length(text)-2);
# printf "\t%s\"\n", text > outfile
cont_buf=text
table_item_count++
continuation++;
}