2007-08-09 14:12 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/contrib/libct/misc3.c
    * cleanup
This commit is contained in:
Przemyslaw Czerpak
2007-08-09 12:12:34 +00:00
parent bf6fc6e4da
commit 725c28f75a
2 changed files with 6 additions and 2 deletions

View File

@@ -8,6 +8,10 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
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

View File

@@ -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 )