|
From: <kin...@us...> - 2025-09-30 07:10:57
|
Revision: 7534
http://sourceforge.net/p/teem/code/7534
Author: kindlmann
Date: 2025-09-30 07:10:55 +0000 (Tue, 30 Sep 2025)
Log Message:
-----------
trying to avoid crashing
Modified Paths:
--------------
teem/trunk/src/hest/parseHest.c
Modified: teem/trunk/src/hest/parseHest.c
===================================================================
--- teem/trunk/src/hest/parseHest.c 2025-09-30 06:21:24 UTC (rev 7533)
+++ teem/trunk/src/hest/parseHest.c 2025-09-30 07:10:55 UTC (rev 7534)
@@ -1274,6 +1274,10 @@
hestParm *hparm;
optNum = hestOptNum(opt);
+ if (errP) {
+ /* initialize error string pointer */
+ *errP = NULL;
+ }
/* -------- initialize the mop! */
mop = airMopNew();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|