diff src/readpst.c @ 120:6395ced2b8b2

disable building pst2dii on cygwin consistent ordering of our include files all system includes protected by ifdef HAVE_ from autoconf
author Carl Byington <carl@five-ten-sg.com>
date Sun, 01 Feb 2009 11:24:22 -0800
parents 0f1492b7fe8b
children 8399ef94c11b
line wrap: on
line diff
--- a/src/readpst.c	Sat Jan 31 12:23:46 2009 -0800
+++ b/src/readpst.c	Sun Feb 01 11:24:22 2009 -0800
@@ -5,12 +5,12 @@
  *            dave.s@earthcorp.com
  */
 #include "define.h"
+#include "common.h"
+#include "libpst.h"
+#include "timeconv.h"
+#include "lzfu.h"
 #include "libstrfunc.h"
 #include "vbuf.h"
-#include "libpst.h"
-#include "common.h"
-#include "timeconv.h"
-#include "lzfu.h"
 
 #define OUTPUT_TEMPLATE "%s"
 #define OUTPUT_KMAIL_DIR_TEMPLATE ".%s.directory"
@@ -1080,6 +1080,7 @@
                 DEBUG_EMAIL(("Failed to convert plain text utf-8 to %s\n", item->email->body_charset));
             }
             else {
+                // unable to convert, maybe it is already in that character set
                 free(item->email->body);
                 item->email->body = newer->b;
             }