]> sigrok.org Git - pulseview.git/commitdiff
Fix a build issue with std::roundf() on Android.
authorUwe Hermann <redacted>
Wed, 10 May 2017 14:50:46 +0000 (16:50 +0200)
committerUwe Hermann <redacted>
Thu, 11 May 2017 20:59:18 +0000 (22:59 +0200)
Apparently std::roundf() doesn't exist there, but plain roundf()
from <cmath> does.

This closes bug #945.


No differences found