cosmetic fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4036 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
родитель
d8d19ba324
Коммит
0e1df431a8
@ -613,7 +613,7 @@ void die_save_file(const char *die_filename)
|
||||
|
||||
retval = get_next_filename(die_filename, ".save");
|
||||
if (retval[0] != '\0')
|
||||
failed = (!write_file(retval, NULL, TRUE, OVERWRITE, TRUE));
|
||||
failed = !write_file(retval, NULL, TRUE, OVERWRITE, TRUE);
|
||||
|
||||
if (!failed)
|
||||
fprintf(stderr, _("\nBuffer written to %s\n"), retval);
|
||||
|
@ -2313,7 +2313,7 @@ void do_spell(void)
|
||||
|
||||
status =
|
||||
#ifndef NANO_TINY
|
||||
(openfile->mark_set) ? write_marked_file(temp, temp_file, TRUE,
|
||||
openfile->mark_set ? write_marked_file(temp, temp_file, TRUE,
|
||||
OVERWRITE) :
|
||||
#endif
|
||||
write_file(temp, temp_file, TRUE, OVERWRITE, FALSE);
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user