diff src/timeconv.c @ 59:7d5c637aaafb

General cleanup and code fixes. Use autoscan to cleanup our autoconf system. Use autoconf to detect when we need to use our XGetopt files and other header files. Decode BCC field. Fix missing LE32_CPU byte swapping for FILETIME types.
author Carl Byington <carl@five-ten-sg.com>
date Thu, 14 Feb 2008 14:55:32 -0800
parents b2a7f2e0926a
children cfd6175f9334
line wrap: on
line diff
--- a/src/timeconv.c	Wed Feb 06 23:05:56 2008 -0800
+++ b/src/timeconv.c	Thu Feb 14 14:55:32 2008 -0800
@@ -5,7 +5,7 @@
  */
 
 /*** WARNING ****
- * This file is not to be incluided in a Visual C++ Project
+ * This file is not to be included in a Visual C++ Project
  * It will make the whole project fail to compile
  * There are functions in libpst.c to handle the dates
  * Do not use this one