From c7e8c14e655d0bcfe90e6ebc7d7897f0e696cea0 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 6 Nov 2014 20:51:32 -0800 Subject: [PATCH] Simplify dump_title() footnote handling. --- dump.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dump.c b/dump.c index a3e10f47c7..583057af4c 100644 --- a/dump.c +++ b/dump.c @@ -1101,9 +1101,7 @@ dump_title(void) match_byte(0); match_byte(0); match_byte(0); - if (data[pos] == 1) - dump_footnote_value(0); - else if (match_byte (0x31)) + if (match_byte (0x31)) { /* Custom footnote marker string. */ match_byte_assert(3); -- 2.30.2