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