Skip to content

Commit

Permalink
Update fstapi.c to the latest from GTKWave
Browse files Browse the repository at this point in the history
  • Loading branch information
caryr committed Jan 9, 2025
1 parent 27bae7e commit 30123f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpi/fstapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 30123f8

Please sign in to comment.