]> sigrok.org Git - libsigrok.git/commit
strutil: Fix sr_period_string output
authorStefan Brüns <redacted>
Sat, 14 Jan 2017 19:48:08 +0000 (20:48 +0100)
committerStefan Brüns <redacted>
Fri, 20 Jan 2017 18:48:39 +0000 (19:48 +0100)
commita547531bf1be0d263a76c1ce53605d70d9a9740b
treec0f0206b175be75c668738abdd65327c9c2727db
parent900846816fed39742b221568939f90acebc38f3c
strutil: Fix sr_period_string output

The output was wrong for all frequencies but 1 Hz, 1 kHz, 1 MHz and 1 GHz.
With this changes, the output may still be off due to rounding, but will
be correct as to the shown accuracy.
src/strutil.c