IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8659


Ignore:
Timestamp:
Aug 28, 2006, 1:38:59 PM (20 years ago)
Author:
jhoblitt
Message:

fix formating type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/templates/psdb/popfits.tt

    r5960 r8659  
    1212                "DELETE FROM %s ORDER BY %s DESC LIMIT %lld",
    1313                [% table.namespace FILTER upper %]_TABLE_NAME, [% table.namespace FILTER upper %]_INDEX_NAME, limit) < 0) {
    14         psError(PS_ERR_UNKNOWN, true, "query value attempted to exceed %s bytes", MAX_STRING_LENGTH);
     14        psError(PS_ERR_UNKNOWN, true, "query value attempted to exceed %d bytes", MAX_STRING_LENGTH);
    1515        return false;
    1616    }
Note: See TracChangeset for help on using the changeset viewer.