Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 132336
Collapse All | Expand All

(-)db/sqlblob.h.orig (-1 / +1 lines)
Lines 68-74 Link Here
68
   start=end+1;
68
   start=end+1;
69
   end=buf.find(tag);
69
   end=buf.find(tag);
70
   if (b.mem) delete(b.mem);
70
   if (b.mem) delete(b.mem);
71
   b.mem=new std::vector<T>(xml_decode_string(buf.c_str()+start,end-start,enc_string));
71
   b.mem=new std::vector<T>(xml_decode_string<T>(buf.c_str()+start,end-start,enc_string));
72
   return i;
72
   return i;
73
}
73
}
74
74

Return to bug 132336