[Harbour] Typo in hbstr.c

Alex Strickland sscc at mweb.co.za
Tue Nov 3 03:52:57 EST 2009


Hi

In hbstr.c there is a typo in the trace line:

char * hb_strncat( char * pDest, const char * pSource, ULONG ulLen )
{
    char *pBuf = pDest;

    HB_TRACE(HB_TR_DEBUG, ("hb_strncpy(%p, %s, %lu)", pDest, pSource, ulLen));


Regards
Alex


More information about the Harbour mailing list