X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/0e6ac19824a7f2c3462142568c17a2ec5007d809..4f41c7f7892c7e65393723aa8fdffc236d959fb7:/XMLNode.cpp diff --git a/XMLNode.cpp b/XMLNode.cpp index 19248bf..c0d7427 100644 --- a/XMLNode.cpp +++ b/XMLNode.cpp @@ -504,8 +504,7 @@ void printXMLBlock(ResXMLTree* block) namespaces.pop(); } else if (code == ResXMLTree::TEXT) { size_t len; - printf("%sC: \"%s\"\n", prefix.string(), ResTable::normalizeForOutput( - String8(block->getText(&len)).string()).string()); + printf("%sC: \"%s\"\n", prefix.string(), String8(block->getText(&len)).string()); } }