mirror of
git://git.sv.gnu.org/nano.git
synced 2025-01-18 15:30:27 +03:00
yet another cosmetic fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2192 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
415b5d91cf
commit
c0b9d19ed7
@ -87,7 +87,7 @@ void not_found_msg(const char *str)
|
|||||||
numchars = strnlen(disp, COLS / 2);
|
numchars = strnlen(disp, COLS / 2);
|
||||||
|
|
||||||
statusbar(_("\"%.*s%s\" not found"), numchars, disp,
|
statusbar(_("\"%.*s%s\" not found"), numchars, disp,
|
||||||
disp[numchars] == '\0' ? "" : "...");
|
(disp[numchars] == '\0') ? "" : "...");
|
||||||
|
|
||||||
free(disp);
|
free(disp);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user