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:
@@ -10,6 +10,10 @@
|
||||
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
|
||||
*/
|
||||
|
||||
2016-04-20 18:03 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* src/rtl/hbstrfmt.c
|
||||
! restored pointer incrementation I removed unintentionally
|
||||
|
||||
2016-04-20 17:31 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* src/rtl/hbstrfmt.c
|
||||
* add to output trailing % in format pattern just like other % characters
|
||||
|
||||
@@ -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