forked from aniani/vim
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.
This commit is contained in:
@@ -1641,7 +1641,7 @@ LineToString(const char *str)
|
||||
{
|
||||
PyObject *result;
|
||||
Py_ssize_t len = strlen(str);
|
||||
char *tmp,*p;
|
||||
char *tmp, *p;
|
||||
|
||||
tmp = alloc(len + 1);
|
||||
p = tmp;
|
||||
|
Reference in New Issue
Block a user