2009-03-23 16:06 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/source/pp/ppcore.c
    ! fixed typo in data constant values written to .ppo files
This commit is contained in:
Przemyslaw Czerpak
2009-03-23 15:00:44 +00:00
parent e83d6ded69
commit 7ed4401319
2 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2009-03-23 16:06 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/pp/ppcore.c
! fixed typo in data constant values written to .ppo files
2009-03-23 14:54 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/debian/dirs
* harbour/harbour.spec

View File

@@ -1612,7 +1612,7 @@ static int hb_pp_tokenStr( PHB_PP_TOKEN pToken, PHB_MEM_BUFFER pBuffer,
}
else
{
hb_membufAddStr( pBuffer, "t\"" );
hb_membufAddStr( pBuffer, "d\"" );
hb_membufAddData( pBuffer, pToken->value, pToken->len );
hb_membufAddCh( pBuffer, '"' );
}