From 1c8336e94ec1c9e47fb022441b9386699921909a Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 15 Jan 2015 20:30:35 +0100 Subject: Generate newline --- src/vobject/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vobject/lib.rs b/src/vobject/lib.rs index d5ff1ed..dfec0a8 100644 --- a/src/vobject/lib.rs +++ b/src/vobject/lib.rs @@ -233,6 +233,7 @@ pub fn write_component(c: &Component) -> String { }; buf.push(':'); buf.push_str(fold_line(prop.raw_value.as_slice()).as_slice()); + buf.push_str("\r\n"); }; }; -- cgit v1.2.3