commit | f6cdab3704959379086d6a097fabdf6c55d73779 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Fri Aug 11 23:42:02 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Fri Aug 11 23:42:02 2023 +0200 |
tree | 869e118de5e5c1dfc05185205333e7617c77ef6b | |
parent | 288bf26c5310ce3b06042d3f731c0d2341325fb5 [diff] [blame] |
patch 9.0.1690: popup_create() not aborting on errors Problem: popup_create() not aborting on errors Solution: check for errors in arguments given and abort if an error occurred closes: #12711 Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index 54a4376..d8b9f0e 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1690, +/**/ 1689, /**/ 1688,