From e73b54e60d5b8bc4234d6c4cf4fa978e175d68cb Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Wed, 30 Jun 2010 12:47:19 +0000 Subject: docs: Fixed sample comment, adding load error handling sample, added custom writer sample git-svn-id: http://pugixml.googlecode.com/svn/trunk@552 99668b35-9821-0410-8761-19e4c4f06640 --- docs/samples/load_memory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/samples/load_memory.cpp') diff --git a/docs/samples/load_memory.cpp b/docs/samples/load_memory.cpp index b8d898f..5f975b2 100644 --- a/docs/samples/load_memory.cpp +++ b/docs/samples/load_memory.cpp @@ -22,7 +22,7 @@ int main() { //[code_load_memory_buffer_inplace - // You can use load_buffer_inplace to load document from mutable memory block; memory blocks lifetime must exceed that of document + // You can use load_buffer_inplace to load document from mutable memory block; the block's lifetime must exceed that of document char* buffer = new char[size]; memcpy(buffer, source, size); -- cgit v1.2.3