Update gtkwave from upstream.
This commit is contained in:
parent
d3e205f201
commit
28a59a2b21
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue