2011-05-25 15:14 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/contrib/hbwin/win_prn2.c
    ! fixed typo in variable name in my previous modification
This commit is contained in:
Przemyslaw Czerpak
2011-05-25 13:14:17 +00:00
parent 70de0f3608
commit 41310069fa
2 changed files with 5 additions and 1 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2011-05-25 15:14 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/hbwin/win_prn2.c
! fixed typo in variable name in my previous modification
2011-05-24 14:13 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/gtwvg/wvgcore.c
! Fixed: wrongly handelled WM_CLOSE message in modal/modeless

View File

@@ -429,7 +429,7 @@ HB_FUNC( WIN_PRINTFILERAW )
iResult = -7;
break;
}
else if( nWritten == 0 )
else if( dwWritten == 0 )
{
iResult = -8;
break;