Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 413259
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- mc-4.8.3/src/filemanager/chown.c
0
++ mc-4.8.3/src/filemanager/chown.c
Lines 378-384 Link Here
378
                    if (mc_chown (fname_vpath, new_user, new_group) == -1)
378
                    if (mc_chown (fname_vpath, new_user, new_group) == -1)
379
                        message (D_ERROR, MSG_ERROR, _("Cannot chown \"%s\"\n%s"),
379
                        message (D_ERROR, MSG_ERROR, _("Cannot chown \"%s\"\n%s"),
380
                                 fname, unix_error_string (errno));
380
                                 fname, unix_error_string (errno));
381
                    vfs_path_free (vpath);
381
                    vfs_path_free (fname_vpath);
382
                }
382
                }
383
                else
383
                else
384
                    apply_chowns (new_user, new_group);
384
                    apply_chowns (new_user, new_group);

Return to bug 413259