X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftextwriter.cpp;h=def744c33b06ff945c4cfccbe28025bb43402872;hb=2f79370bffe0bac865dc97c5114dc87c1936fbb4;hp=68111c0d3038c9b6b4b0f1f0a70df6b436d0c167;hpb=27630d44298cb67e075c166f4421288cc8ca117e;p=libs%2Fdatafile.git diff --git a/source/textwriter.cpp b/source/textwriter.cpp index 68111c0..def744c 100644 --- a/source/textwriter.cpp +++ b/source/textwriter.cpp @@ -5,6 +5,7 @@ Copyright © 2006 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ +#include #include "statement.h" #include "textwriter.h" @@ -31,7 +32,7 @@ void TextWriter::write_(const Statement &st, unsigned level) { out<<' '; if(i->get_type()==STRING) - out<<'\"'<get_raw()<<'\"'; + out<<'\"'<get_raw(), false)<<'\"'; else if(i->get_type()==BOOLEAN) out<<(i->get() ? "true" : "false"); else