From 725c28f75aba096b6c4b11359526b4f0b4134ea0 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Thu, 9 Aug 2007 12:12:34 +0000 Subject: [PATCH] 2007-08-09 14:12 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/libct/misc3.c * cleanup --- harbour/ChangeLog | 4 ++++ harbour/contrib/libnf/getenvrn.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index a19a83a492..127545e877 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2007-08-09 14:12 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/contrib/libct/misc3.c + * cleanup + 2007-08-09 13:30 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/libct/misc3.c * changed hb_set.HB_SET_INSERT to GTI_KBD_INSERT - thanks to Saulius diff --git a/harbour/contrib/libnf/getenvrn.c b/harbour/contrib/libnf/getenvrn.c index 507e33c6c7..94ffe77085 100644 --- a/harbour/contrib/libnf/getenvrn.c +++ b/harbour/contrib/libnf/getenvrn.c @@ -224,7 +224,7 @@ HB_FUNC( FT_GETE ) buffer = ( char * ) hb_xalloc( buffsize ); strcpy( buffer, "\0" ); while( *sCurEnv ) - *sCurEnv++; + sCurEnv++; } } x = 0; @@ -249,7 +249,7 @@ HB_FUNC( FT_GETE ) hb_storc( ( char * ) sCurEnv, 1, x + 1 ); x++; while( *sCurEnv ) - *sCurEnv++; + sCurEnv++; } if( rettype == CHARTYPE )