* contrib/hbwin/win_prn3.c

* pacified warnings
This commit is contained in:
Xavi
2010-01-13 23:32:51 +00:00
parent 4ec1cd2b58
commit 3fd7d52bcc
2 changed files with 6 additions and 0 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2010-01-14 00:30 UTC+0100 Xavi (jarabal/at/gmail.com)
* harbour/contrib/hbwin/win_prn3.c
* pacified warnings
2010-01-13 22:00 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/rtl/achoice.prg
! fixed RTE reported by Robert Skowronek - thanks for the code example

View File

@@ -81,6 +81,8 @@ static TCHAR * hb_tstrncat( TCHAR * pDest, const TCHAR * pSource, ULONG ulLen )
ulLen--;
}
while( ulLen-- && ( *pDest++ = *pSource++ ) ) {};
return pBuf;
}