summaryrefslogtreecommitdiff
path: root/lib/et
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2005-07-19 08:24:59 -0500
committerTheodore Ts'o <tytso@mit.edu>2005-07-19 08:24:59 -0500
commit5bf9b4cd511c782e7f4c727520b267263690fb8a (patch)
treed586aad5e1c827ba12a3f7ac4c77c183ff27c8f3 /lib/et
parent9b7d811ddad946e728d9348a78cb06dee159df96 (diff)
downloade2fsprogs-5bf9b4cd511c782e7f4c727520b267263690fb8a.tar.gz
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>
Diffstat (limited to 'lib/et')
-rw-r--r--lib/et/ChangeLog5
-rw-r--r--lib/et/et_c.awk1
2 files changed, 6 insertions, 0 deletions
diff --git a/lib/et/ChangeLog b/lib/et/ChangeLog
index 3881c00f..7505fa86 100644
--- a/lib/et/ChangeLog
+++ b/lib/et/ChangeLog
@@ -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
diff --git a/lib/et/et_c.awk b/lib/et/et_c.awk
index 407c43cc..ea2e6095 100644
--- a/lib/et/et_c.awk
+++ b/lib/et/et_c.awk
@@ -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++;
}