diff options
-rw-r--r-- | src/vf_writer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vf_writer.c b/src/vf_writer.c index 29b83b5..3d5ad16 100644 --- a/src/vf_writer.c +++ b/src/vf_writer.c @@ -144,7 +144,7 @@ static bool_t write_vobject_to_file( Private Data *============================================================================*/ -static const char szEndOfLine[3] = { 0x0D, 0x0A, 0x00 }; +static const char szEndOfLine[] = "\r\n"; /*============================================================================* Public Function Implementations |