2016-04-20 18:03 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/rtl/hbstrfmt.c
! restored pointer incrementation I removed unintentionally
This commit is contained in:
@@ -120,7 +120,7 @@ PHB_ITEM hb_strFormat( PHB_ITEM pItemReturn, PHB_ITEM pItemFormat, int iCount, P
|
||||
continue;
|
||||
}
|
||||
|
||||
pFmtSave = pFmt;
|
||||
pFmtSave = pFmt++;
|
||||
|
||||
if( *pFmt == '%' )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user