ChangeLog 20000502-16:07 GMT+1

This commit is contained in:
Ryszard Glab
2000-05-02 14:02:48 +00:00
parent fcac8dc38e
commit 975a6bfc7f
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
20000502-16:07 GMT+1 Ryszard Glab <rglab@imid.med.pl>
*source/compiler/hbpcode.c
* increased buffers size used by sprintf to avoid GPF/code dumps
20000502-14:55 GMT+1 Ryszard Glab <rglab@imid.med.pl>
*source/vm/hvm.c

View File

@@ -217,7 +217,7 @@ void hb_compStrongType( int iSize )
ULONG ulPos = pFunc->lPCodePos - iSize;
SHORT wVar;
int iVar;
char szType1[2], szType2[2];
char szType1[32], szType2[32];
BYTE bLast1, bLast2;
/* TODO Split under conitions for the different matching possible iSize. */