mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
Various small fixes from Dominique Pelle.
This commit is contained in:
@@ -588,7 +588,7 @@ staterr:
|
||||
)
|
||||
{
|
||||
fname[strlen(fname)-1] = '\0';
|
||||
if (strlen(fname) == 0)
|
||||
if (fname[0] == '\0')
|
||||
break;
|
||||
}
|
||||
if (fname[0] == '\0')
|
||||
|
Reference in New Issue
Block a user