| commit | 0a32b8854b52381fd17a6fcc5e38a3b9e77c8923 | [log] [tgz] |
|---|---|---|
| author | Christian Brabandt <cb@256bit.org> | Wed Mar 13 20:59:27 2024 +0100 |
| committer | Christian Brabandt <cb@256bit.org> | Wed Mar 13 20:59:27 2024 +0100 |
| tree | 55566ff53c9fe6281bfa96c70f6a1e8be0b06e3a | |
| parent | 8c55d60658b7ee3458dca57fc5eec90ca9bb9bf3 [diff] [blame] |
patch 9.1.0178: E1513 might be confusing
Problem: E1513 might be confusing
(Christoph Thoma)
Solution: reword error message, fix test to not
depend on the actual message
fixes: #14189
Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index 78c496b..1e2efcb 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 178, +/**/ 177, /**/ 176,