mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
updated for version 7.3.410
Problem: Compiler error for // comment. (Joachim Schmitz) Solution: Turn into /* comment */.
This commit is contained in:
@@ -333,7 +333,7 @@ trunc_string(s, buf, room, buflen)
|
||||
}
|
||||
else
|
||||
{
|
||||
buf[e - 1] = NUL; // make sure it is truncated
|
||||
buf[e - 1] = NUL; /* make sure it is truncated */
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user