From a470d5887690957835de60c3cdd6b94841201e70 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 22 Jan 2024 04:21:42 +0000 Subject: slbt_exec_ar(): reset the VERSION bit upon --help. --- src/logic/slbt_exec_ar.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/logic/slbt_exec_ar.c') diff --git a/src/logic/slbt_exec_ar.c b/src/logic/slbt_exec_ar.c index d4f01e8..57e0112 100644 --- a/src/logic/slbt_exec_ar.c +++ b/src/logic/slbt_exec_ar.c @@ -141,6 +141,9 @@ int slbt_exec_ar( dctx->cctx->drvflags & SLBT_DRIVER_ANNOTATE_NEVER); + ictx->cctx.drvflags |= SLBT_DRIVER_VERSION; + ictx->cctx.drvflags ^= SLBT_DRIVER_VERSION; + argv_free(meta); return SLBT_OK; -- cgit v1.2.3