From aa959e670560e6c41554e93490fca4eb09cd8483 Mon Sep 17 00:00:00 2001 From: jbeder Date: Thu, 25 Jun 2009 03:05:09 +0000 Subject: [PATCH] Fixed bug that didn't allow multiple docs in a stream (using only "---") --- src/scantoken.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scantoken.cpp b/src/scantoken.cpp index 0a6b329..4735a1a 100644 --- a/src/scantoken.cpp +++ b/src/scantoken.cpp @@ -59,7 +59,7 @@ namespace YAML // DocStart void Scanner::ScanDocStart() { - PopIndentTo(INPUT.column); + PopIndentTo(-1); VerifyAllSimpleKeys(); m_simpleKeyAllowed = false;