From 157f720e12eb687235d86bbc53cf6c3d240770f1 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Mon, 10 May 2010 21:36:05 +0000 Subject: Various test compilation fixes git-svn-id: http://pugixml.googlecode.com/svn/trunk@414 99668b35-9821-0410-8761-19e4c4f06640 --- src/pugixml.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/pugixml.cpp b/src/pugixml.cpp index dcb25f7..574bb08 100644 --- a/src/pugixml.cpp +++ b/src/pugixml.cpp @@ -1853,7 +1853,6 @@ namespace { // load into registers char_t* s = ref_s; - char_t ch = 0; // parse node contents, starting with exclamation mark ++s; @@ -1921,7 +1920,7 @@ namespace SCANFOR(s[0] == ']' && s[1] == ']' && ENDSWITH(s[2], '>')); CHECK_ERROR(status_bad_cdata, s); - ENDSEG(); // Zero-terminate this segment. + *s++ = 0; // Zero-terminate this segment. } POPNODE(); // Pop since this is a standalone. -- cgit v1.2.3