Skip to content
Snippets Groups Projects
Commit 258aaff6 authored by rswindell's avatar rswindell
Browse files

Restores changes state on file open/create failure.

parent 1364f69d
Branches
Tags
No related merge requests found
...@@ -437,6 +437,7 @@ export the current message group into. ...@@ -437,6 +437,7 @@ export the current message group into.
sprintf(str,"Open Failure: %d (%s)" sprintf(str,"Open Failure: %d (%s)"
,errno,strerror(errno)); ,errno,strerror(errno));
uifc.msg(str); uifc.msg(str);
uifc.changes=q;
break; break;
} }
uifc.pop("Exporting Areas..."); uifc.pop("Exporting Areas...");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment