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:
@@ -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
|
||||
|
||||
@@ -429,7 +429,7 @@ HB_FUNC( WIN_PRINTFILERAW )
|
||||
iResult = -7;
|
||||
break;
|
||||
}
|
||||
else if( nWritten == 0 )
|
||||
else if( dwWritten == 0 )
|
||||
{
|
||||
iResult = -8;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user