Skip to content

Commit 30123f8

Browse files
committed
Update fstapi.c to the latest from GTKWave
1 parent 27bae7e commit 30123f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpi/fstapi.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3910,7 +3910,7 @@ char *pnt = buf;
39103910
int len = 0;
39113911

39123912
/* zero is illegal for a value...it is assumed they start at one */
3913-
while (value && len <= 14)
3913+
while (value && len < 14)
39143914
{
39153915
value--;
39163916
++len;

0 commit comments

Comments
 (0)