2007-09-06 13:40 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rtl/set.c
! fixed typo in SET name
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2007-09-06 13:40 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/source/rtl/set.c
|
||||
! fixed typo in SET name
|
||||
|
||||
2007-09-06 00:45 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/source/rtl/gttrm/gttrm.c
|
||||
* use for teraterm Linux controle codes
|
||||
|
||||
@@ -462,7 +462,7 @@ HB_FUNC( SET )
|
||||
if( set_number( pArg2, hb_set.HB_SET_AUTOSHARE ) < 0 )
|
||||
hb_errRT_BASE( EG_ARG, 2020, NULL, "SET", HB_ERR_ARGS_BASEPARAMS );
|
||||
else
|
||||
hb_set.HB_SET_MARGIN = set_number( pArg2, hb_set.HB_SET_AUTOSHARE );
|
||||
hb_set.HB_SET_AUTOSHARE = set_number( pArg2, hb_set.HB_SET_AUTOSHARE );
|
||||
}
|
||||
break;
|
||||
case HB_SET_BELL :
|
||||
|
||||
Reference in New Issue
Block a user