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
abd49d8b
Commit
abd49d8b
authored
May 22, 2012
by
Jesse Beder
Browse files
Added null
parent
8b3778a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/emitter.cpp
src/emitter.cpp
+4
-1
No files found.
src/emitter.cpp
View file @
abd49d8b
...
...
@@ -918,7 +918,10 @@ namespace YAML
if
(
!
good
())
return
*
this
;
// TODO
PrepareNode
(
EmitterNodeType
::
Scalar
);
m_stream
<<
"~"
;
StartedScalar
();
return
*
this
;
...
...
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