]> sigrok.org Git - libsigrok.git/commit
input/csv: Re-order processing steps (column mode vs text line split)
authorGerhard Sittig <redacted>
Mon, 5 Jun 2017 11:34:05 +0000 (13:34 +0200)
committerUwe Hermann <redacted>
Tue, 6 Jun 2017 17:00:14 +0000 (19:00 +0200)
commitf9b748615488d0d0f5e07978717a53dcdf79f732
treec6a553cbdfb06381c583f3e54d97f546b7494a4c
parent492dfa90255e95b143b7a0ba9c78b6e022e7b115
input/csv: Re-order processing steps (column mode vs text line split)

Move an independent test for single/multi column operation out of a code
path that checked for and then processed text lines. This commit does
not change behaviour, but prepares a subsequent commit.
src/input/csv.c