IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15344 for trunk/ippdb


Ignore:
Timestamp:
Oct 19, 2007, 4:00:30 PM (19 years ago)
Author:
jhoblitt
Message:

typo

Location:
trunk/ippdb
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippdb/configure.ac

    r14598 r15344  
    77AC_PREREQ(2.61)
    88
    9 AC_INIT([ippdb], [1.1.27], [pan-starrs.ifa.hawaii.edu])
     9AC_INIT([ippdb], [1.1.28], [pan-starrs.ifa.hawaii.edu])
    1010AC_CONFIG_SRCDIR([ippdb.pc.in])
    1111
  • trunk/ippdb/src/ippdb.c

    r15343 r15344  
    2169221692        return false;
    2169321693    }
    21694     if (!psMetadataAdd(md, PS_LIST_TAIL, "diff_id", PS_DATA_S64, "Primary Key fkey(diff_id) ref magicInputSkyfile(magic_id, diff_id)", 0)) {
     21694    if (!psMetadataAdd(md, PS_LIST_TAIL, "diff_id", PS_DATA_S64, "Primary Key fkey(magic_id, diff_id) ref magicInputSkyfile(magic_id, diff_id)", 0)) {
    2169521695        psError(PS_ERR_UNKNOWN, false, "failed to add item diff_id");
    2169621696        psFree(md);
Note: See TracChangeset for help on using the changeset viewer.