Fixed bug in xml_buffer_writer::write
git-svn-id: http://pugixml.googlecode.com/svn/trunk@116 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
parent
3579de9141
commit
af27b0937b
@ -1410,11 +1410,9 @@ namespace
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
memcpy(buffer + bufsize, data, size);
|
||||||
memcpy(buffer + bufsize, data, size);
|
bufsize += size;
|
||||||
bufsize += size;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void write(const char* data)
|
void write(const char* data)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user