Mercurial > libpst
changeset 311:0c42a22f88fc
add sent_date to .msg output format
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 06 May 2010 13:24:52 -0700 |
parents | a6df6ffc3ff5 |
children | b7f79da5fd55 |
files | src/msg.cpp |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/msg.cpp Thu May 06 13:17:52 2010 -0700 +++ b/src/msg.cpp Thu May 06 13:24:52 2010 -0700 @@ -117,8 +117,8 @@ } -static void string_property(GsfOutfile *out, property_list &prop, uint32_t tag, const char* charset, FILETIME *contents); -static void string_property(GsfOutfile *out, property_list &prop, uint32_t tag, const char* charset, FILETIME *contents) { +static void string_property(GsfOutfile *out, property_list &prop, uint32_t tag, FILETIME *contents); +static void string_property(GsfOutfile *out, property_list &prop, uint32_t tag, FILETIME *contents) { if (contents) { string_property(out, prop, tag, (char *)contents, sizeof(FILETIME)); }