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:
@@ -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
|
||||
|
||||
@@ -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, '"' );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user