]> sigrok.org Git - libsigrok.git/blobdiff - src/output/srzip.c
scpi: Accept *IDN responses with more than four tokens
[libsigrok.git] / src / output / srzip.c
index 18a79d5b50b15403319af4c916340c819113ee84..84755a3d56c42429c6dc9a97fe081f50e7b3d750 100644 (file)
@@ -312,9 +312,9 @@ SR_PRIV struct sr_output_module output_srzip = {
        .id = "srzip",
        .name = "srzip",
        .desc = "srzip session file",
+       .exts = (const char*[]){"sr", NULL},
        .options = get_options,
        .init = init,
        .receive = receive,
        .cleanup = cleanup,
 };
-