Open GoogleCodeExporter opened 9 years ago
reason: inside levenshein_distance, partial_base.hpp, line 134, we check with
terminator inside, which cause this problem, as it assume terminator to be "\0".
Original comment by dxj19831...@gmail.com
on 21 Feb 2012 at 3:41
if someone needs to walk around, apply this patch on 129.
Func:
make sure not to reply on terminator only. (Still compatible with old
behaviors).
Original comment by dxj19831...@gmail.com
on 21 Feb 2012 at 6:05
Attachments:
ok. apply this patch after last one.
There is size problem.
Original comment by dxj19831...@gmail.com
on 21 Feb 2012 at 6:45
Attachments:
Original issue reported on code.google.com by
dxj19831...@gmail.com
on 21 Feb 2012 at 2:51