From b83b64c040e7e858c53b4e3214751ef5fba68897 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 7 Mar 2016 09:14:07 -0500 Subject: driver: added context initialization for --output. --- src/driver/slbt_driver_ctx.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/driver/slbt_driver_ctx.c b/src/driver/slbt_driver_ctx.c index f3e0f68..d7e8c14 100644 --- a/src/driver/slbt_driver_ctx.c +++ b/src/driver/slbt_driver_ctx.c @@ -197,6 +197,10 @@ int slbt_get_driver_ctx( case TAG_VERBOSE: cctx.drvflags |= SLBT_DRIVER_VERBOSE; break; + + case TAG_OUTPUT: + cctx.output = entry->arg; + break; } } else nunits++; -- cgit v1.2.3