|
From: <kin...@us...> - 2025-09-26 11:40:06
|
Revision: 7499
http://sourceforge.net/p/teem/code/7499
Author: kindlmann
Date: 2025-09-26 11:40:03 +0000 (Fri, 26 Sep 2025)
Log Message:
-----------
fixing pointer glitch
Modified Paths:
--------------
teem/trunk/src/hest/parsest.c
Modified: teem/trunk/src/hest/parsest.c
===================================================================
--- teem/trunk/src/hest/parsest.c 2025-09-26 11:35:14 UTC (rev 7498)
+++ teem/trunk/src/hest/parsest.c 2025-09-26 11:40:03 UTC (rev 7499)
@@ -978,7 +978,7 @@
*/
static int
havecExtractUnflagged(hestOpt *opt, hestArgVec *havec, const hestParm *hparm) {
- char *havStr, ident[AIR_STRLEN_HUGE + 1];
+ char *havStr = NULL, ident[AIR_STRLEN_HUGE + 1];
uint optNum = opt->arrLen; // number of options (flagged or unflagged)
uint ufOptNum = 0; // number of unflagged options
for (uint opi = 0; opi < optNum; opi++) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|