[Gcblue-commits] gcb_wx/src/database tcDatabase.cpp,1.16,1.17
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-11-01 03:17:26
|
Update of /cvsroot/gcblue/gcb_wx/src/database In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20973/src/database Modified Files: tcDatabase.cpp Log Message: A few more changes related to GDI+ replacement Index: tcDatabase.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/database/tcDatabase.cpp,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** tcDatabase.cpp 14 Sep 2004 02:01:46 -0000 1.16 --- tcDatabase.cpp 1 Nov 2004 03:17:17 -0000 1.17 *************** *** 918,922 **** bool bFound = false; int nTries = 0; ! tcDatabaseObject *pdata; while ((bSearching)&&(nTries++ < 256)) --- 918,922 ---- bool bFound = false; int nTries = 0; ! tcDatabaseObject *pdata = 0; while ((bSearching)&&(nTries++ < 256)) *************** *** 946,950 **** tnPoolIndex tcDatabase::GetRandomKey() { tnPoolIndex nMapSize, nKey, nPoolPos; ! tcDatabaseObject *pdbobj; bool bSearching; --- 946,950 ---- tnPoolIndex tcDatabase::GetRandomKey() { tnPoolIndex nMapSize, nKey, nPoolPos; ! tcDatabaseObject *pdbobj = 0; bool bSearching; |