IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 4, 2011, 3:59:42 PM (15 years ago)
Author:
watersc1
Message:

LAP code, quick stacking code, and unconvolved diff code.

File:
1 edited

Legend:

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

    r30995 r31435  
    10431043        pType = psDBMySQLToPType(field[i].type, field[i].flags);
    10441044        if (!pType) {
    1045           psError(PS_ERR_UNKNOWN, false, "Failed to lookup type.");
     1045          psError(PS_ERR_UNKNOWN, false, "Failed to lookup type. %d %d %d",i,field[i].type, field[i].flags);
    10461046          psFree(md);
    10471047          mysql_free_result(result);
Note: See TracChangeset for help on using the changeset viewer.