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:
Mindaugas Kavaliauskas
2008-02-04 14:42:55 +00:00
parent 419e6e8e04
commit a4e9e72943
2 changed files with 6 additions and 1 deletions

View File

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

View File

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