Always save all channels to a session file.

This works around limitations of the current API that screw up saving
only enabled channels. See bug 410. And bug 495.
This commit is contained in:
Bert Vermeulen 2014-11-24 02:21:15 +01:00
parent e835e8080b
commit bc96d5f08f
1 changed files with 0 additions and 2 deletions

View File

@ -102,8 +102,6 @@ static int zip_create(const struct sr_output *o)
ch = l->data;
if (ch->type != SR_CHANNEL_LOGIC)
continue;
if (!ch->enabled)
continue;
fprintf(meta, "probe%d = %s\n", ch->index + 1, ch->name);
}
fclose(meta);