Fixed bug with omitted keys/values in a flow map

This commit is contained in:
Jesse Beder
2009-09-02 21:39:57 +00:00
parent 0d41a7de7c
commit 873ad336f8
6 changed files with 49 additions and 3 deletions

View File

@@ -104,7 +104,7 @@ namespace YAML
// *****
// And now branch based on the next few characters!
// *****
// end of stream
if(!INPUT)
return EndStream();