IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9401


Ignore:
Timestamp:
Oct 7, 2006, 1:36:20 PM (20 years ago)
Author:
jhoblitt
Message:

fix for (null) item names in generated SQL

File:
1 edited

Legend:

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

    r9397 r9401  
    1212 *  @author Joshua Hoblitt
    1313 *
    14  *  @version $Revision: 1.97 $ $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 $
    1616 *
    1717 *  Copyright (C) 2005-2006  Joshua Hoblitt, University of Hawaii
     
    16391639        psStringAppend(&itemName, "%s.%s", tableName, item->name);
    16401640    } else {
    1641         psStringAppend(&itemName, "%s", itemName);
     1641        psStringAppend(&itemName, "%s", item->name);
    16421642    }
    16431643
Note: See TracChangeset for help on using the changeset viewer.