Hi Xavi, What was the warning here, under what compiler?
Brgds, Viktor On 2010 Jan 14, at 00:32, [email protected] wrote: > Revision: 13558 > > http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13558&view=rev > Author: jarabal > Date: 2010-01-13 23:32:51 +0000 (Wed, 13 Jan 2010) > > Log Message: > ----------- > * contrib/hbwin/win_prn3.c > * pacified warnings > > Modified Paths: > -------------- > trunk/harbour/ChangeLog > trunk/harbour/contrib/hbwin/win_prn3.c > > Modified: trunk/harbour/ChangeLog > =================================================================== > --- trunk/harbour/ChangeLog 2010-01-13 21:01:07 UTC (rev 13557) > +++ trunk/harbour/ChangeLog 2010-01-13 23:32:51 UTC (rev 13558) > @@ -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 > > Modified: trunk/harbour/contrib/hbwin/win_prn3.c > =================================================================== > --- trunk/harbour/contrib/hbwin/win_prn3.c 2010-01-13 21:01:07 UTC (rev > 13557) > +++ trunk/harbour/contrib/hbwin/win_prn3.c 2010-01-13 23:32:51 UTC (rev > 13558) > @@ -81,6 +81,8 @@ > ulLen--; > } > > + while( ulLen-- && ( *pDest++ = *pSource++ ) ) {}; > + > return pBuf; > } > > > > This was sent by the SourceForge.net collaborative development platform, the > world's largest Open Source development site. _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
