commit | b7e07dc1036b5b02870c72e872bbb248640ade7d | [log] [tgz] |
---|---|---|
author | =?UTF-8?q?Ola=20S=C3=B6der?= <rolfkopman@gmail.com> | Sun Sep 25 20:12:21 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 25 20:12:21 2022 +0100 |
tree | 7ab47ffb1e5720849b6438cd5127074605033719 | |
parent | 4d2073b2610dd6270cc664224dce9524b2a1d758 [diff] [blame] |
patch 9.0.0589: on AmigaOS4 the pid is available but the task address is used Problem: On AmigaOS4 the pid is available but the task address is used. Solution: Use getpid(). (Ola Söder, closes #11224)
diff --git a/src/version.c b/src/version.c index b0f53ab..dedb6cc 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 589, +/**/ 588, /**/ 587,