X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fsession_driver.c;h=66618a1ddb65ac170a3576039f6d05a5389e4a83;hb=9bf093011ae7692c4808d52f540b4be23b89ffcf;hp=27868d0166634aa89ecbde3d85c460c5cc9f85e8;hpb=7ee8511be45fa75a683aaff05d21cc6cf40ef75c;p=libsigrok.git diff --git a/src/session_driver.c b/src/session_driver.c index 27868d01..66618a1d 100644 --- a/src/session_driver.c +++ b/src/session_driver.c @@ -72,7 +72,7 @@ static gboolean stream_session_data(struct sr_dev_inst *sdi) struct sr_analog_spec spec; struct zip_stat zs; int ret, got_data; - char capturefile[16]; + char capturefile[128]; void *buf; got_data = FALSE;