Mercurial > libpst
diff src/pst2dii.cpp.in @ 307:db6db9a26a19
filter private provides from rpm
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 24 Dec 2012 16:26:39 -0800 |
parents | 201464dd356e |
children | cb67b335afcc |
line wrap: on
line diff
--- a/src/pst2dii.cpp.in Thu Aug 09 12:08:59 2012 -0700 +++ b/src/pst2dii.cpp.in Mon Dec 24 16:26:39 2012 -0800 @@ -180,7 +180,7 @@ DEBUG_INFO(("dirname=%s, pathname=%s, filename=%s\n", output_directory, f_name, attach_filename)); int len = strlen(output_directory) + 1 + strlen(f_name) + 15; if (!attach_filename) { - // generate our own (dummy) filename for the attachement + // generate our own (dummy) filename for the attachment temp = (char*)pst_malloc(len); sprintf(temp, "%s/%s_attach%i", output_directory, f_name, attach_num); } else {