View | Details | Raw Unified | Return to bug 2508
Collapse All | Expand All

(-)a/src/config-store/model/raw-text-config.cc (+1 lines)
 Lines 171-176   RawTextConfigLoad::Global (void) Link Here 
171
void 
171
void 
172
RawTextConfigLoad::Attributes (void)
172
RawTextConfigLoad::Attributes (void)
173
{
173
{
174
  m_is->clear ();
174
  m_is->seekg (0);
175
  m_is->seekg (0);
175
  std::string type, path, value;
176
  std::string type, path, value;
176
  *m_is >> type >> path >> value;
177
  *m_is >> type >> path >> value;

Return to bug 2508