mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-09 11:42:33 +00:00
Use correct terminology in comment
This commit is contained in:
@@ -421,7 +421,7 @@ XmlRpc::process(const char* inBuffer, uint32_t length, slot_write slotWrite) {
|
||||
doc.Parse(inBuffer, length);
|
||||
try {
|
||||
// This printer can't be reused in the 'catch' because while the
|
||||
// buffer can be cleared, the internal stack of opened tags
|
||||
// buffer can be cleared, the internal stack of opened elements
|
||||
// remains.
|
||||
tinyxml2::XMLPrinter printer(nullptr, true, 0);
|
||||
process_document(&doc, &printer);
|
||||
|
||||
Reference in New Issue
Block a user