ChangeLog 20000502-16:07 GMT+1
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user