From 30123f89451939fc946a2395c91e39911fcd354a Mon Sep 17 00:00:00 2001 From: Cary R Date: Wed, 8 Jan 2025 19:36:25 -0800 Subject: [PATCH] Update fstapi.c to the latest from GTKWave --- vpi/fstapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vpi/fstapi.c b/vpi/fstapi.c index ed818bfb8..9845edacd 100644 --- a/vpi/fstapi.c +++ b/vpi/fstapi.c @@ -3910,7 +3910,7 @@ char *pnt = buf; int len = 0; /* zero is illegal for a value...it is assumed they start at one */ -while (value && len <= 14) +while (value && len < 14) { value--; ++len;