From 7fde1c21c4b68b3a217f65f7ec3b1895346d9569 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 30 Jun 2024 20:01:53 +0000 Subject: driver: ntux_get_driver_ctx(): update initialization of struct argv_ctx. --- src/driver/ntux_driver_ctx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/driver/ntux_driver_ctx.c b/src/driver/ntux_driver_ctx.c index e0f381d..470f281 100644 --- a/src/driver/ntux_driver_ctx.c +++ b/src/driver/ntux_driver_ctx.c @@ -438,7 +438,7 @@ int ntux_get_driver_ctx( size_t pathlen; struct argv_ctx ctx = {ARGV_VERBOSITY_NONE, ARGV_MODE_SCAN, - 0,0,0,0,0,0,0}; + 0,0,0,0,0,0,0,0}; /* fdctx */ if (!fdctx) { -- cgit v1.2.3