Whamcloud - gitweb
Fix com_err bug in compile_et: # of error messages can be wrong
authorTheodore Ts'o <tytso@mit.edu>
Tue, 19 Jul 2005 13:24:59 +0000 (08:24 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 19 Jul 2005 13:24:59 +0000 (08:24 -0500)
Fixed bug where error messages using continuations wouldn't increment
the message count.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/et/ChangeLog
lib/et/et_c.awk

index 3881c00..7505fa8 100644 (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
index 407c43c..ea2e609 100644 (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++;
 }