find-dialog.c: Replace exp10 with our own integer version
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 20 Jun 2020 05:17:06 +0000 (07:17 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 20 Jun 2020 05:17:03 +0000 (07:17 +0200)
commit04961f63d4ca08a9699c9b4f6a02f49db960682c
treedf885942c2d2658ea6dbd0af1dd8e1c2ecda5680
parent785e3f589d044effe179195bf2428d765833cae9
find-dialog.c: Replace exp10 with our own integer version

A previous commit introduced the use of exp10 from the standard
math library.  However the use cases here don't need floating
point operands, and it's smaller and faster to implement our
own integer version.
src/ui/gui/find-dialog.c