2009-12-18 12:43 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbwin/mapi.c
! Fixed typo in r13235 patch. This could have caused memory
corruption and MAPI errors.
; Please retest.
This commit is contained in:
@@ -17,6 +17,12 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-12-18 12:43 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbwin/mapi.c
|
||||
! Fixed typo in r13235 patch. This could have caused memory
|
||||
corruption and MAPI errors.
|
||||
; Please retest.
|
||||
|
||||
2009-12-18 12:31 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* package/winuni/RELNOTES
|
||||
+ Updated packages used by upcoming release.
|
||||
|
||||
@@ -117,7 +117,7 @@ HB_FUNC( WIN_MAPISENDMAIL )
|
||||
note.nRecipCount = 0;
|
||||
|
||||
memset( note.lpRecips, 0, nRecpCount * sizeof( MapiRecipDesc ) );
|
||||
memset( note.lpRecips, 0, nFileCount * sizeof( MapiFileDesc ) );
|
||||
memset( note.lpFiles , 0, nFileCount * sizeof( MapiFileDesc ) );
|
||||
|
||||
if( hb_parl( 6 ) )
|
||||
note.flFlags |= MAPI_RECEIPT_REQUESTED;
|
||||
|
||||
Reference in New Issue
Block a user