|
From: <kin...@us...> - 2025-09-25 21:11:14
|
Revision: 7492
http://sourceforge.net/p/teem/code/7492
Author: kindlmann
Date: 2025-09-25 21:11:09 +0000 (Thu, 25 Sep 2025)
Log Message:
-----------
bug fix
Modified Paths:
--------------
teem/trunk/src/hest/parsest.c
Modified: teem/trunk/src/hest/parsest.c
===================================================================
--- teem/trunk/src/hest/parsest.c 2025-09-25 21:09:48 UTC (rev 7491)
+++ teem/trunk/src/hest/parsest.c 2025-09-25 21:11:09 UTC (rev 7492)
@@ -877,7 +877,7 @@
__func__, optIdx, theOpt->flag, parmNum, hitEnd, hitVPS, nextOptIdx);
if (parmNum < theOpt->min) { // didn't get required min # parameters
char *havStr = hestArgVecSprint(havec, AIR_TRUE);
- biffAddf(HEST, "%s%sworking on argv: %s", havStr);
+ biffAddf(HEST, "%s%sworking on argv: %s", _ME_, havStr);
if (hitEnd) {
biffAddf(HEST,
"%s%shit end of args before getting %u parameter%s "
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|