# HG changeset patch
# User David Barts <n5jrn@me.com>
# Date 1579118115 28800
# Node ID f4cc6d8cafe855f3486043e672fd0b95bfca6301
# Parent  dc30266d4d5ba5f044e7228abfc4ea1b858e419f
Fix bug.

diff -r dc30266d4d5b -r f4cc6d8cafe8 curlyq
--- a/curlyq	Wed Jan 15 09:06:55 2020 -0800
+++ b/curlyq	Wed Jan 15 11:55:15 2020 -0800
@@ -89,7 +89,7 @@
 def fims(buf):
     pos = 0
     while True:
-        pos = buf.find(BACKT)
+        pos = buf.find(BACKT, pos)
         if pos < 0:
             break
         if buf[pos+1] == BACKT: