[Igarden-commit] Garden/source/Database Persist.cp, 1.41.2.2, 1.41.2.3
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2006-12-29 04:24:26
|
Update of /cvsroot/igarden/Garden/source/Database In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv14565 Modified Files: Tag: Release_branch_v1 Persist.cp Log Message: Fix SourceMaterialFile date handling Index: Persist.cp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Database/Persist.cp,v retrieving revision 1.41.2.2 retrieving revision 1.41.2.3 diff -C2 -d -r1.41.2.2 -r1.41.2.3 *** Persist.cp 12 Dec 2006 00:53:52 -0000 1.41.2.2 --- Persist.cp 29 Dec 2006 04:24:24 -0000 1.41.2.3 *************** *** 2025,2028 **** --- 2025,2029 ---- char buf[DATED_REF_SIZE]; XGUUID zeroUID; + RGDateTime oldDate; MyAssert(supplierID != zeroUID); *************** *** 2036,2040 **** for(n = 0, found = false; !found && n < numItems; n++) { ! if(GetIndexedDatedReference(propertyID, n, id, date)) { if(supplierID == id) --- 2037,2041 ---- for(n = 0, found = false; !found && n < numItems; n++) { ! if(GetIndexedDatedReference(propertyID, n, id, oldDate)) { if(supplierID == id) |