commit | b53d4fb63e0d4d36033d47ec35f2f302931f77ae | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Wed Apr 16 21:12:30 2025 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Wed Apr 16 21:12:30 2025 +0200 |
tree | e3444681717386f83a645f3c0ed596299c925dfa | |
parent | ad503fe92772cb37d6f8601f48ff2bdb34cdbe96 [diff] [blame] |
patch 9.1.1313: compile warning about uninitialized value Problem: compile warning about uninitialized value (Tony Mechelynck, after v9.1.1311) Solution: initialize variable on declaration Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index 2a51b42..ef28005 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1313, +/**/ 1312, /**/ 1311,