Changeset 9397 for trunk/psLib/src/db/psDB.c
- Timestamp:
- Oct 6, 2006, 7:19:52 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
r9396 r9397 12 12 * @author Joshua Hoblitt 13 13 * 14 * @version $Revision: 1.9 6$ $Name: not supported by cvs2svn $15 * @date $Date: 2006-10-07 05:1 2:33$14 * @version $Revision: 1.97 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2006-10-07 05:19:52 $ 16 16 * 17 17 * Copyright (C) 2005-2006 Joshua Hoblitt, University of Hawaii … … 1637 1637 psString itemName = NULL; 1638 1638 if (tableName) { 1639 psStringAppend(&itemName, "%s.%s", tableName, item Name);1639 psStringAppend(&itemName, "%s.%s", tableName, item->name); 1640 1640 } else { 1641 1641 psStringAppend(&itemName, "%s", itemName);
Note:
See TracChangeset
for help on using the changeset viewer.
