Added: #1440 Additional output

--HG--
branch : build_pipeline_v3
hg/feature/build_pipeline_v3
kaetemi 12 years ago
parent 0b9cbf147e
commit fa32c4d664

@ -354,6 +354,11 @@ void CStorageRaw::toString(std::ostream &ostream, const std::string &pad)
ostream << ss.str() << " ";
}
}
if (Value.size() == 4)
{
ostream << "\n" << pad << "Int: " << (*(sint32 *)(void *)(&Value[0])) << " ";
ostream << "\n" << pad << "Float: " << (*(float *)(void *)(&Value[0])) << " ";
}
ostream << "} ";
}

Loading…
Cancel
Save