From 28a59a2b21859f6a41b49a25d9bf6b8537d45169 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 11 Jan 2025 12:16:46 -0500 Subject: [PATCH] Update gtkwave from upstream. --- include/gtkwave/fstapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gtkwave/fstapi.c b/include/gtkwave/fstapi.c index ed818bfb8..9845edacd 100644 --- a/include/gtkwave/fstapi.c +++ b/include/gtkwave/fstapi.c @@ -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;