summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ZYEnhancedText.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ZYEnhancedText.cc b/src/ZYEnhancedText.cc
index c743b7a..c9cb6fb 100644
--- a/src/ZYEnhancedText.cc
+++ b/src/ZYEnhancedText.cc
@@ -281,6 +281,7 @@ probe_section_start(const String & enhanced_text,
String type, lookup, choice;
get_symbol_section (enhanced_text, start_pos, end_pos,
type, lookup, choice);
+ start_pos = end_pos;
--cursor;
}
}