Ticket #1038: 300-writing-lt-gt.patch

File 300-writing-lt-gt.patch, 369 bytes (added by r.buergel@…, 15 years ago)

patch

  • basic_xml_oarchive.ipp

    old new  
    7878    this->This()->put(' ');
    7979    this->This()->put(attribute_name);
    8080    this->This()->put("=\"");
    81     this->This()->put(key);
     81    this->This()->save(key);
    8282    this->This()->put('"');
    8383}
    8484