X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fio%2Ftoken.cpp;fp=src%2Fio%2Ftoken.cpp;h=588c125674b870d126e29147e16402994757a611;hb=d507e4b06e32aff46caacf961b310ba1050b232f;hp=07a5e981cd889d01d5920797ee0a4d63dd0ff604;hpb=7d462272350926dca8e1a8c94fdb527d0c9f6dc1;p=blank.git diff --git a/src/io/token.cpp b/src/io/token.cpp index 07a5e98..588c125 100644 --- a/src/io/token.cpp +++ b/src/io/token.cpp @@ -163,7 +163,7 @@ void Tokenizer::ReadString() { current.value += '\n'; break; case 'r': - current.value += '\t'; + current.value += '\r'; break; case 't': current.value += '\t';