Changeset 31 for Mulberry/trunk/Sources_Common/Mail/Filters/CAFFilter.cp
- Timestamp:
- 04/28/07 22:56:27 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/trunk/Sources_Common/Mail/Filters/CAFFilter.cp
r19 r31 1066 1066 time_t reference = mktime(&appleRef); 1067 1067 *((long*) p) = htonl(file_status.st_ctime - reference); 1068 p += sizeof(long *);1068 p += sizeof(long); 1069 1069 *((long*) p) = htonl(file_status.st_mtime - reference); 1070 p += sizeof(long *);1070 p += sizeof(long); 1071 1071 *((long*) p) = htonl(cAppleFile_DateUnknown); 1072 p += sizeof(long *);1072 p += sizeof(long); 1073 1073 *((long*) p) = htonl(cAppleFile_DateUnknown); 1074 p += sizeof(long *);1074 p += sizeof(long); 1075 1075 1076 1076 // Add comment (none for Windows)