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:
Viktor Szakats
2009-12-18 11:43:54 +00:00
parent c2ff8ffdcb
commit 2854c05053
2 changed files with 7 additions and 1 deletions

View File

@@ -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.

View File

@@ -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;