Changeset 9401 for trunk/psLib/src/db/psDB.c
- Timestamp:
- Oct 7, 2006, 1:36:20 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/db/psDB.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/db/psDB.c
r9397 r9401 12 12 * @author Joshua Hoblitt 13 13 * 14 * @version $Revision: 1.9 7$ $Name: not supported by cvs2svn $15 * @date $Date: 2006-10-07 05:19:52$14 * @version $Revision: 1.98 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2006-10-07 23:36:20 $ 16 16 * 17 17 * Copyright (C) 2005-2006 Joshua Hoblitt, University of Hawaii … … 1639 1639 psStringAppend(&itemName, "%s.%s", tableName, item->name); 1640 1640 } else { 1641 psStringAppend(&itemName, "%s", item Name);1641 psStringAppend(&itemName, "%s", item->name); 1642 1642 } 1643 1643
Note:
See TracChangeset
for help on using the changeset viewer.
