From: Gerhard Sittig Date: Mon, 14 May 2018 18:25:41 +0000 (+0200) Subject: session: apply input format match to interactively loaded files, too X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=a9674d1c8c5ab81b6ea642ce263d2dd316f0e33c;hp=a9674d1c8c5ab81b6ea642ce263d2dd316f0e33c 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. ---