# HG changeset patch # User Carl Byington # Date 1273177492 25200 # Node ID 0c42a22f88fc767f3e8f508f5be64b85afe97c4c # Parent a6df6ffc3ff506876961a000a882ae6265b56f0b add sent_date to .msg output format diff -r a6df6ffc3ff5 -r 0c42a22f88fc src/msg.cpp --- 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)); }