Duplicate the body of the utstring when returning it
modified external/libucl/src/ucl_emitter.c
@@ -283,7 +283,7 @@ ucl_object_emit_json (ucl_object_t *obj, bool compact)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -422,7 +422,7 @@ ucl_object_emit_rcl (ucl_object_t *obj)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -562,7 +562,7 @@ ucl_object_emit_yaml (ucl_object_t *obj)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|