]> sigrok.org Git - pulseview.git/commit
session: apply input format match to interactively loaded files, too
authorGerhard Sittig <redacted>
Mon, 14 May 2018 18:25:41 +0000 (20:25 +0200)
committerUwe Hermann <redacted>
Thu, 17 May 2018 20:41:35 +0000 (22:41 +0200)
commita9674d1c8c5ab81b6ea642ce263d2dd316f0e33c
tree88b10a3c5849230233cd8d9192bc436a598743ac
parentd7168e582c71ebcc359b12efed83daa2a6b6f28e
session: apply input format match to interactively loaded files, too

Move the format match logic from load_init_file() to load_file(), so
that it transparently takes effect on each "opened" file. Users still
can choose to "import" files and specify options when required. In the
case of lookup miss, sigrok session is assumed as before.

This fixes the remainder of bug #1015.
pv/session.cpp