mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
tt_old_db: use TT_DB_OK instead of NULL
This commit is contained in:
parent
77cdabb8f6
commit
7f9634010b
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ _Tt_old_db::
|
|||
_Tt_old_db()
|
||||
{
|
||||
propertyTableFD = 0;
|
||||
dbResults = NULL;
|
||||
dbResults = TT_DB_OK;
|
||||
}
|
||||
|
||||
_Tt_old_db::_Tt_old_db (const _Tt_string &partition,
|
||||
|
|
Loading…
Reference in a new issue