Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
yaml-cpp
Commits
c225a553
Commit
c225a553
authored
Jul 26, 2009
by
Jesse Beder
Browse files
Fixed bug in emitting null nodes
parent
555fb5c3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/node.cpp
src/node.cpp
+2
-0
No files found.
src/node.cpp
View file @
c225a553
...
...
@@ -260,6 +260,8 @@ namespace YAML
// write content
if
(
node
.
m_pContent
)
node
.
m_pContent
->
Write
(
out
);
else
out
<<
""
;
return
out
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment