commit | d672dde584effd55702ee15efec4cb2a8c77bf85 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 26 13:43:51 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 26 13:43:51 2020 +0100 |
tree | 742fb3cd5f535e1571827c81060572ce735ef96d | |
parent | bc93cebb692f47488d66f078d1728031e9be35e7 [diff] [blame] |
patch 8.2.0319: file missing in distribution, comments outdated Problem: File missing in distribution, comments outdated. Solution: Correct path of README file. Update comments.
diff --git a/src/if_python3.c b/src/if_python3.c index 8c22514..6e4b81a 100644 --- a/src/if_python3.c +++ b/src/if_python3.c
@@ -1641,7 +1641,7 @@ { PyObject *result; Py_ssize_t len = strlen(str); - char *tmp,*p; + char *tmp, *p; tmp = alloc(len + 1); p = tmp;