2008-05-18 09:22 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

* contrib/rddads/adsfunc.c
     + QUESTION added.
     * Formatting.
This commit is contained in:
Viktor Szakats
2008-05-18 07:22:10 +00:00
parent a056dbc727
commit 522f5c7daf
2 changed files with 10 additions and 1 deletions

View File

@@ -8,6 +8,11 @@
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2008-05-18 09:22 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/rddads/adsfunc.c
+ QUESTION added.
* Formatting.
2008-05-18 09:21 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbhpdf/harupdf.c
! Fixed all MSVC warnings. Now builds cleanly.

View File

@@ -1402,6 +1402,7 @@ HB_FUNC( ADSCREATESQLSTATEMENT )
}
else
{
/* QUESTION: Is this right? [vszakats] */
hb_rddReleaseCurrentArea();
}
}
@@ -2231,7 +2232,10 @@ HB_FUNC( ADSDDSETDATABASEPROPERTY )
case ADS_DD_ADMIN_PASSWORD:
case ADS_DD_ENCRYPT_TABLE_PASSWORD:
{
ulRetVal = AdsDDSetDatabaseProperty( hConnect, ulProperty, HB_IS_STRING( pParam ) ? hb_itemGetCPtr( pParam ) : NULL, ( UNSIGNED16 ) hb_itemGetCLen( pParam ) + 1 );
ulRetVal = AdsDDSetDatabaseProperty( hConnect,
ulProperty,
HB_IS_STRING( pParam ) ? hb_itemGetCPtr( pParam ) : NULL,
( UNSIGNED16 ) hb_itemGetCLen( pParam ) + 1 );
break;
}
/* String properties (NULL not accepted) */