2008-02-04 16:40 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)
* harbour/source/vm/fm.c
! fixed hex dump of fm.log. The previous "hex" dump contained
characters: ( ) . , + - / *
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2008-02-04 16:40 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)
|
||||
* harbour/source/vm/fm.c
|
||||
! fixed hex dump of fm.log. The previous "hex" dump contained
|
||||
characters: ( ) . , + - / *
|
||||
|
||||
2008-02-04 09:31 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/harbour.spec
|
||||
* harbour/harbour-ce-spec
|
||||
|
||||
@@ -532,7 +532,7 @@ HB_EXPORT void hb_xinit( void ) /* Initialize fixed memory subsystem */
|
||||
#ifdef HB_FM_STATISTICS
|
||||
static char * hb_mem2str( char * membuffer, void * pMem, UINT uiSize )
|
||||
{
|
||||
char *cMem = ( char * ) pMem;
|
||||
BYTE *cMem = ( BYTE * ) pMem;
|
||||
UINT uiIndex, uiPrintable;
|
||||
|
||||
uiPrintable = 0;
|
||||
|
||||
Reference in New Issue
Block a user