BUG FIX: runs that threw didn't close the input file(s) and do_status was never called.

git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@6792 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2012-07-17 01:06:46 +00:00
parent a826fa57fd
commit 065f7ea346

View File

@ -2754,12 +2754,7 @@ do_status(void)
if (pr.status == TRUE)
{
#if defined(PHREEQCI_GUI)
state = -1;
status(0, "\r\nDone.");
#else
status(0, "\nDone.");
#endif
screen_msg("\n");
}
pr.headings = TRUE;