2002-03-13 18:53 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>

This commit is contained in:
Alexander S.Kresin
2002-03-13 15:52:35 +00:00
parent 92c853f1b6
commit 763cf3d528
2 changed files with 7 additions and 1 deletions

View File

@@ -7,6 +7,10 @@
For example:
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
* removed ( commented ) setjmp/longjmp logic, because it caused GPF
when "DEFAULT" was pressed after getting an error.
It seems to me that __PreProcess() works right without setjmp/longjmp
2002-03-14 14:00 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
* source/rdd/dbfntx/dbfntx1.c
! bug fixed in seeking, reported by Mikhail Malyh

View File

@@ -119,7 +119,9 @@ int hb_pp_Internal( FILE * handl_o, char * sOut )
char cQuote;
int i;
if( !strncmp_nocase( s_szLine,"ENDTEXT",7 ) && *(s_szLine+7) <= ' ' )
ptr = s_szLine;
HB_SKIPTABSPACES( ptr );
if( !strncmp_nocase( ptr,"ENDTEXT",7 ) && *(ptr+7) <= ' ' )
{
hb_ppInsideTextBlock = FALSE;
strcpy( s_szLine,"__TextRestore()" );