testfws/stif/Parser/src/StifFileParser.cpp
changeset 4 b8d1455fddc0
parent 2 73b88125830c
--- a/testfws/stif/Parser/src/StifFileParser.cpp	Fri Sep 17 08:39:50 2010 +0300
+++ b/testfws/stif/Parser/src/StifFileParser.cpp	Mon Oct 04 02:58:21 2010 +0300
@@ -592,7 +592,7 @@
 	CleanupStack::PushL(withoutCommentsBuf);
 	TPtr withoutCommentsBufPtr(withoutCommentsBuf->Des());
 
-	HBufC* endOfLine = HBufC::NewL(2);  //After reading a line it contains 0D0A or 0A or null (how readed line is ended)
+	HBufC* endOfLine = HBufC::NewL(8);  //After reading a line it contains 0D0A or 0A or null (how readed line is ended)
 	CleanupStack::PushL(endOfLine);
 	TPtr endOfLinePtr(endOfLine->Des());