1
0
Fork 0
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:
Jon Trulson 2018-05-25 10:23:18 -06:00
parent 77cdabb8f6
commit 7f9634010b

View file

@ -51,7 +51,7 @@ _Tt_old_db::
_Tt_old_db() _Tt_old_db()
{ {
propertyTableFD = 0; propertyTableFD = 0;
dbResults = NULL; dbResults = TT_DB_OK;
} }
_Tt_old_db::_Tt_old_db (const _Tt_string &partition, _Tt_old_db::_Tt_old_db (const _Tt_string &partition,