diff --git a/cwObject.cpp b/cwObject.cpp index 974c9bc..ee8a372 100644 --- a/cwObject.cpp +++ b/cwObject.cpp @@ -143,7 +143,7 @@ namespace cw void _objTypePrintIndent( const char* text, unsigned indent, const char* indentStr=" " ) { for(unsigned i=0; itype->print(o,c); - printf(eolStr); + printf("%s",eolStr); } void _objTypePrintNull( const object_t* o, print_ctx_t& c ) { printf("NULL "); }