fixed for bug that occurred when elt_ptr was NULL

git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@8910 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2014-08-05 06:05:49 +00:00
parent a2c90e9ea7
commit 0eb0264b8b

View File

@ -3548,7 +3548,7 @@ tidy_kin_exchange(void)
input_error++;
error_string = sformatf( "Master species not in database "
"for %s, skipping element.",
elt_ptr->name);
kit->first.c_str());
error_msg(error_string, CONTINUE);
continue;
}