Update gtkwave from upstream.

This commit is contained in:
Wilson Snyder 2025-01-11 12:16:46 -05:00
parent d3e205f201
commit 28a59a2b21
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;