mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-12 10:53:23 +03:00

* edit/editcmd.c (edit_save_file): Prompt whether to detach a hardlinked file if in "Quick save" mode. Return -1 to indicated that the user requested to cancel the operation. (edit_save_as_cmd): Adjust the code to handle the new return value of edit_save_file(). (edit_save_cmd): Likewise.