]> sigrok.org Git - libsigrok.git/commit
input: vcd: skip BOM at beginning of file
authorWolfram Sang <redacted>
Sun, 10 Apr 2016 19:02:52 +0000 (21:02 +0200)
committerUwe Hermann <redacted>
Wed, 13 Apr 2016 07:35:03 +0000 (09:35 +0200)
commit1f706c21a2977c768692f72d09b35633628d2b0d
tree2474688e3bba3ebe681107914110fddcb7429252
parent62974b235a5c5aeaacad5d28a50aef39f528dccd
input: vcd: skip BOM at beginning of file

According to the infos I have, VCD files should be plain ASCII, but we
got report of a version adding a UTF8 BOM at the beginning of the file,
so we need to skip it.

This fixes bug #755.

Signed-off-by: Wolfram Sang <redacted>
src/input/vcd.c