Bugzilla – Attachment #2592: patch for bug #2508
void
RawTextConfigLoad::Attributes (void)
{
m_is->clear ();
m_is->seekg (0);
std::string type, path, value;
*m_is >> type >> path >> value;