IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9397


Ignore:
Timestamp:
Oct 6, 2006, 7:19:52 PM (20 years ago)
Author:
jhoblitt
Message:

foo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/db/psDB.c

    r9396 r9397  
    1212 *  @author Joshua Hoblitt
    1313 *
    14  *  @version $Revision: 1.96 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2006-10-07 05:12:33 $
     14 *  @version $Revision: 1.97 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2006-10-07 05:19:52 $
    1616 *
    1717 *  Copyright (C) 2005-2006  Joshua Hoblitt, University of Hawaii
     
    16371637    psString itemName = NULL;
    16381638    if (tableName) {
    1639         psStringAppend(&itemName, "%s.%s", tableName, itemName);
     1639        psStringAppend(&itemName, "%s.%s", tableName, item->name);
    16401640    } else {
    16411641        psStringAppend(&itemName, "%s", itemName);
Note: See TracChangeset for help on using the changeset viewer.