summaryrefslogtreecommitdiff
path: root/src/driver/pe_driver_ctx.c
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2025-06-15 05:59:39 +0000
committermidipix <writeonce@midipix.org>2025-06-15 05:59:39 +0000
commit18872e9c56cfd4167442c798c01b4d999647b404 (patch)
tree46e202cdfbf7d4058531a87964583c5decbf3807 /src/driver/pe_driver_ctx.c
parentfd49520ef216652d3ba8954e9a402bd071955ca7 (diff)
downloadperk-18872e9c56cfd4167442c798c01b4d999647b404.tar.bz2
perk-18872e9c56cfd4167442c798c01b4d999647b404.tar.xz
driver: pe_cctx_update(): added missing variable initialization.
Diffstat (limited to 'src/driver/pe_driver_ctx.c')
-rw-r--r--src/driver/pe_driver_ctx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/driver/pe_driver_ctx.c b/src/driver/pe_driver_ctx.c
index 279527d..6a260bd 100644
--- a/src/driver/pe_driver_ctx.c
+++ b/src/driver/pe_driver_ctx.c
@@ -195,6 +195,7 @@ static int pe_cctx_update(
const char * pretty;
pretty = 0;
+ fmtarg = 0;
/* get options, count units */
for (entry=meta->entries; entry->fopt || entry->arg; entry++) {