* contrib/hbwin/win_prn3.c
* pacified warnings
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -81,6 +81,8 @@ static TCHAR * hb_tstrncat( TCHAR * pDest, const TCHAR * pSource, ULONG ulLen )
|
||||
ulLen--;
|
||||
}
|
||||
|
||||
while( ulLen-- && ( *pDest++ = *pSource++ ) ) {};
|
||||
|
||||
return pBuf;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user