From 9e63cfa50dfd5d212e4b3c8ae66a891ebe520f2a Mon Sep 17 00:00:00 2001 From: "Silas S. Brown" <ssb22@cam.ac.uk> Date: Mon, 4 May 2015 05:53:04 +0000 Subject: [PATCH] Update adjuster/annogen/termlayout git-svn-id: http://svn.code.sf.net/p/e-guidedog/code/ssb22/adjuster@2184 29193198-4895-4776-b068-10539e920549 --- annogen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/annogen.py b/annogen.py index 1293a56..114835e 100755 --- a/annogen.py +++ b/annogen.py @@ -1284,7 +1284,7 @@ void o(int numBytes,string annot) { s(); switch (annotation_mode) { case Annotation_Mode.annotations_only: - outBuf.Write(annot); break; + o(annot); break; case Annotation_Mode.ruby_markup: o("<ruby><rb>"); outBuf.Write(inBytes,writePtr,numBytes); -- GitLab