]> sigrok.org Git - libsigrok.git/commit
input/csv: Remove obsolete mimetype format match.
authorBert Vermeulen <redacted>
Fri, 30 Oct 2015 15:38:54 +0000 (16:38 +0100)
committerUwe Hermann <redacted>
Sat, 31 Oct 2015 17:54:50 +0000 (18:54 +0100)
commitc958ab59d60992504046d73c7bf41db4fd7747fd
tree846c651e73989838588420968373dcaa40767173
parentb04a532fa3fc9d544add735821cc003015f96abc
input/csv: Remove obsolete mimetype format match.

Mimetypes never worked, and in any case this caused a segfault due to a
missing SR_INPUT_META_REQUIRED flag.

This fixes bug #681.
src/input/csv.c