This commit is contained in:
Richard Heck 2018-02-24 00:49:31 -05:00
parent 2a78c1c662
commit f22954b89d

View File

@ -4678,7 +4678,7 @@ void parse_text(Parser & p, ostream & os, unsigned flags, bool outer,
bool known_hspace = false;
bool known_vspace = false;
bool known_unit = false;
double value;
double value = 0.0;
if (valid) {
istringstream iss(valstring);
iss >> value;