Mercurial > libpst
diff src/getidblock.c @ 143:fdc58ad2c758 stable-0-6-28
fix embedded rfc822 messages with attachments
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 24 Feb 2009 12:33:49 -0800 |
parents | 2189a6b8134e |
children | 0695de3b5a98 |
line wrap: on
line diff
--- a/src/getidblock.c Mon Feb 23 20:40:51 2009 -0800 +++ b/src/getidblock.c Tue Feb 24 12:33:49 2009 -0800 @@ -62,7 +62,7 @@ ptr->desc = pst_getID(&pstfile, id); ptr->list_index = NULL; } - pst_item *item = pst_parse_item(&pstfile, ptr); + pst_item *item = pst_parse_item(&pstfile, ptr, NULL); if (item) pst_freeItem(item); } }