exp10 replaced with pow when exp10 is not available
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Thu, 18 Jun 2020 06:15:42 +0000 (08:15 +0200)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Thu, 18 Jun 2020 06:15:42 +0000 (08:15 +0200)
commit5f1ab307d380c4d60410b911a272b6870b65c2d8
tree6a00d6db49cf32b0c4d12064953e3a914c18cbbd
parentfd5bffd255a87432a2d64a5dd03f98e142f2130f
exp10 replaced with pow when exp10 is not available

The exp10 function that was introduced by commit aae1a8f067ddd9c09
in the find-dialog is not available on MacOS. I added a check
and replace it with pow if exp10 is not available.
configure.ac
src/ui/gui/find-dialog.c