|
From: <kin...@us...> - 2025-09-30 06:21:27
|
Revision: 7533
http://sourceforge.net/p/teem/code/7533
Author: kindlmann
Date: 2025-09-30 06:21:24 +0000 (Tue, 30 Sep 2025)
Log Message:
-----------
cleaning up hest usage
Modified Paths:
--------------
teem/trunk/tests/ctest/nrrd/tskip.c
Modified: teem/trunk/tests/ctest/nrrd/tskip.c
===================================================================
--- teem/trunk/tests/ctest/nrrd/tskip.c 2025-09-30 06:07:31 UTC (rev 7532)
+++ teem/trunk/tests/ctest/nrrd/tskip.c 2025-09-30 06:21:24 UTC (rev 7533)
@@ -66,7 +66,7 @@
hestOptAdd(&hopt, "p", "pb pa", airTypeSize_t, 2, 2, pad, "0 0",
"bytes of padding before, and after, the data segment "
"in the written data");
- hestOptAdd(&hopt, "ns", "bool", airTypeInt, 0, 0, &negskip, NULL,
+ hestOptAdd(&hopt, "ns", NULL, airTypeInt, 0, 0, &negskip, NULL,
"skipping should be relative to end of file");
hestOptAdd(&hopt, "pb", "print", airTypeUInt, 1, 1, &printbytes, "0",
"bytes to print at beginning and end of data, to help "
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|