Mercurial > libpst
diff src/libpst.c @ 168:c1a2fd06ffe6 stable-0-6-34
prep for fedora build
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 19 Mar 2009 16:32:17 -0700 |
parents | 40e9de445038 |
children | 0e1e048716e4 |
line wrap: on
line diff
--- a/src/libpst.c Wed Mar 18 22:31:18 2009 -0700 +++ b/src/libpst.c Thu Mar 19 16:32:17 2009 -0700 @@ -2038,7 +2038,7 @@ break; case 0x001A: // PR_MESSAGE_CLASS IPM.x if ((list->elements[x]->type == 0x1e) || - (list->elements[x]->type == 0x1e)) { + (list->elements[x]->type == 0x1f)) { LIST_COPY_CSTR(item->ascii_type); if (!item->ascii_type) item->ascii_type = strdup("unknown"); if (pst_strincmp("IPM.Note", item->ascii_type, 8) == 0)