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:
Przemysław Czerpak
2016-04-20 18:03:26 +02:00
parent c0b5c749e0
commit 79dd4228cf
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -120,7 +120,7 @@ PHB_ITEM hb_strFormat( PHB_ITEM pItemReturn, PHB_ITEM pItemFormat, int iCount, P
continue;
}
pFmtSave = pFmt;
pFmtSave = pFmt++;
if( *pFmt == '%' )
{