fix a dumb search bug
Ted Unangst tedu@tedunangst.com
Thu, 17 Oct 2019 21:59:17 -0400
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
database.go
→
database.go
@@ -219,7 +219,7 @@ }
withhonker = 1 continue } - if q[0] != '%' { + if len(q) != 1 { q += " " } q += t