|
From: <kin...@us...> - 2024-07-17 17:45:50
|
Revision: 7213
http://sourceforge.net/p/teem/code/7213
Author: kindlmann
Date: 2024-07-17 17:45:47 +0000 (Wed, 17 Jul 2024)
Log Message:
-----------
fixing use of AIR_STRLEN_SMALL
Modified Paths:
--------------
teem/trunk/Testing/air/miscAir.c
Modified: teem/trunk/Testing/air/miscAir.c
===================================================================
--- teem/trunk/Testing/air/miscAir.c 2024-07-17 15:55:04 UTC (rev 7212)
+++ teem/trunk/Testing/air/miscAir.c 2024-07-17 17:45:47 UTC (rev 7213)
@@ -175,7 +175,7 @@
/* airPrettySprintSize_t */
{
- char prstmp[AIR_STRLEN_SMALL];
+ char prstmp[AIR_STRLEN_SMALL + 1];
size_t vals[] = {0, /* 0 */
800, /* 1 */
1024, /* 2 = 2^10 */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|