From 975a6bfc7f809428de268ad650314c74a2f0cac9 Mon Sep 17 00:00:00 2001 From: Ryszard Glab Date: Tue, 2 May 2000 14:02:48 +0000 Subject: [PATCH] ChangeLog 20000502-16:07 GMT+1 --- harbour/ChangeLog | 5 +++++ harbour/source/compiler/hbpcode.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index db34ff3c1d..99526ddff4 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,8 @@ +20000502-16:07 GMT+1 Ryszard Glab + + *source/compiler/hbpcode.c + * increased buffers size used by sprintf to avoid GPF/code dumps + 20000502-14:55 GMT+1 Ryszard Glab *source/vm/hvm.c diff --git a/harbour/source/compiler/hbpcode.c b/harbour/source/compiler/hbpcode.c index 56c90de8d6..1e3f8fa74f 100644 --- a/harbour/source/compiler/hbpcode.c +++ b/harbour/source/compiler/hbpcode.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. */