mirror of
https://github.com/vim/vim.git
synced 2025-10-07 05:54:16 -04:00
patch 8.1.0779: argument for message functions is inconsistent
Problem: Argument for message functions is inconsistent. Solution: Make first argument to msg() "char *".
This commit is contained in:
@@ -657,7 +657,7 @@ ex_hardcopy(exarg_T *eap)
|
||||
bytes_to_print += (long_u)STRLEN(skipwhite(ml_get(lnum)));
|
||||
if (bytes_to_print == 0)
|
||||
{
|
||||
MSG(_("No text to be printed"));
|
||||
msg(_("No text to be printed"));
|
||||
goto print_fail_no_begin;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user