comment fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3350 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
родитель
dd87073020
Коммит
ca70ff69ed
@ -1409,7 +1409,7 @@ int write_file(const char *name, FILE *f_open, bool tmp, append_type
|
|||||||
/* Copy the file. */
|
/* Copy the file. */
|
||||||
copy_status = copy_file(f, backup_file);
|
copy_status = copy_file(f, backup_file);
|
||||||
|
|
||||||
/* And set metadata. */
|
/* And set its metadata. */
|
||||||
if (copy_status != 0 || chown(backupname,
|
if (copy_status != 0 || chown(backupname,
|
||||||
openfile->current_stat->st_uid,
|
openfile->current_stat->st_uid,
|
||||||
openfile->current_stat->st_gid) == -1 ||
|
openfile->current_stat->st_gid) == -1 ||
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user