diff --git a/harbour/ChangeLog b/harbour/ChangeLog index e87f912740..15beb0f391 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2008-09-23 14:50 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * contrib/rddads/adsmgmnt.c + * Minor. + 2008-09-23 14:38 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbole/ole2.c * contrib/hbgf/hbgfwin/winapi.c diff --git a/harbour/contrib/rddads/adsmgmnt.c b/harbour/contrib/rddads/adsmgmnt.c index b181c9f228..d25e56378e 100644 --- a/harbour/contrib/rddads/adsmgmnt.c +++ b/harbour/contrib/rddads/adsmgmnt.c @@ -82,7 +82,7 @@ HB_FUNC( ADSMGGETHANDLE ) HB_FUNC( ADSMGSETHANDLE ) { s_hMgmtHandle = hb_parnl( 1 ); - hb_retl( 1 ); + hb_retl( TRUE ); } HB_FUNC( ADSMGKILLUSER )