Update fstapi.c to the latest from GTKWave

This commit is contained in:
Cary R 2025-01-08 19:36:25 -08:00
parent 27bae7eab1
commit 30123f8945
1 changed files with 1 additions and 1 deletions

View File

@ -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;