status_before_ok 1783 src/editor/edit.c     const gboolean status_before_ok = mc_stat (block_file_vpath, &status_before) == 0;
status_before_ok 1792 src/editor/edit.c         modified = (!status_before_ok && status_after_ok)
status_before_ok 1793 src/editor/edit.c             || (status_before_ok && status_after_ok && status_after.st_size != 0