2007-04-02 19:25 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/contrib/ole/oleauto.prg
    * removed unused local variable
  * harbour/source/rtl/net.c
    ! fixed typo in variable name
This commit is contained in:
Przemyslaw Czerpak
2007-04-02 17:25:52 +00:00
parent f1ba956db0
commit e884ecb4f0
3 changed files with 7 additions and 3 deletions

View File

@@ -8,6 +8,12 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2007-04-02 19:25 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/ole/oleauto.prg
* removed unused local variable
* harbour/source/rtl/net.c
! fixed typo in variable name
2007-04-02 19:00 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rtl/hbregex.c
+ added HB_REGEXHAS() and HB_REGEXLIKE()

View File

@@ -139,8 +139,6 @@ RETURN uObj
METHOD Set( cProperty, uParam1, uParam2, uParam3, uParam4, uParam5, uParam6 ) CLASS TOleAuto
LOCAL uObj
IF uParam6 != NIL
OLESetProperty( ::hObj, cProperty, uParam1, uParam2, uParam3, uParam4, uParam5, uParam6 )
ELSEIF uParam5 != NIL

View File

@@ -172,7 +172,7 @@ HB_FUNC( NETNAME )
szValue[ 0 ] = '\0';
if( fGetUser )
GetUserName( pszValue, &ulLen );
GetUserName( szValue, &ulLen );
else
GetComputerName( szValue, &ulLen );