]> sigrok.org Git - libsigrok.git/commit
input/csv: re-calculate samplerate after file re-import
authorGerhard Sittig <redacted>
Sat, 19 Oct 2019 19:20:36 +0000 (21:20 +0200)
committerGerhard Sittig <redacted>
Sat, 21 Dec 2019 17:20:04 +0000 (18:20 +0100)
commit811dcf7ea95384b0450d475699d3c20203d02132
tree630d428738aaa6d2c1651e7f54fd2d65342252c4
parent307b23939094db63535226d12ef175725cf5e623
input/csv: re-calculate samplerate after file re-import

Don't clobber the user provided samplerate (specified by input module
options). This allows to re-determine the samplerate from a potentially
changed file on disk upon reload.
src/input/csv.c