|
From: <kin...@us...> - 2023-07-15 12:27:43
|
Revision: 7107
http://sourceforge.net/p/teem/code/7107
Author: kindlmann
Date: 2023-07-15 12:27:42 +0000 (Sat, 15 Jul 2023)
Log Message:
-----------
missed one call to hestOptAdd in previous update
Modified Paths:
--------------
teem/trunk/src/bin/gprobe.c
Modified: teem/trunk/src/bin/gprobe.c
===================================================================
--- teem/trunk/src/bin/gprobe.c 2023-07-15 12:25:19 UTC (rev 7106)
+++ teem/trunk/src/bin/gprobe.c 2023-07-15 12:27:42 UTC (rev 7107)
@@ -335,10 +335,10 @@
fprintf(stderr, "%s: PANIC nsi %u != %u", me, nsi, NON_SBP_OPT_NUM);
exit(1);
}
- hestOptAdd(&hopt, "sbp", "blur spec", airTypeOther, 1, 1, &sbpCL, "",
- "complete specification of stack blur parms; "
- "over-rides all previous \"ss\" options",
- NULL, NULL, gageHestStackBlurParm);
+ hestOptAdd_1_Other(&hopt, "sbp", "blur spec", &sbpCL, "",
+ "complete specification of stack blur parms; "
+ "over-rides all previous \"ss\" options",
+ gageHestStackBlurParm);
/* These two options are needed even if sbp is used, because they are *not*
part of the gageStackBlurParm. In meet, this info is handled by the
extraFlag/extraParm construct, which is not available here */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|