summaryrefslogtreecommitdiffstats
path: root/src/vf_writer.c
AgeCommit message (Collapse)AuthorFilesLines
2013-02-10Fix errors returned by -Werror=format-securityGravatar Thomas Preud'homme1-1/+1
Option -Werror=format-security of gcc returns several error with regards to szEndOfLine. Using "\r\n" instead of the ascii codes 0x0D, 0x0A and 0x00 avoid the error.
2013-02-10Copy common/types.h to vformat/vf_iface.hGravatar Mathias Palm1-1/+0
Copy the content of common/types.h into vformat/vf_iface.h. Keep common/types.h because some files depends on it.
2013-02-10initial commit of 1.13 sourcesGravatar Nikias Bassen1-0/+616