IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 3, 2006, 5:56:56 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.42

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippdb/src/ippdb.c

    r9173 r9183  
    46234623        return false;
    46244624    }
    4625     if (!psMetadataAddStr(md, PS_LIST_TAIL, "camera", 0, "Primary Key", "255")) {
     4625    if (!psMetadataAddStr(md, PS_LIST_TAIL, "camera", 0, "Primary Key", "64")) {
    46264626        psError(PS_ERR_UNKNOWN, false, "failed to add item camera");
    46274627        psFree(md);
    46284628        return false;
    46294629    }
    4630     if (!psMetadataAddStr(md, PS_LIST_TAIL, "telescope", 0, "Primary Key", "255")) {
     4630    if (!psMetadataAddStr(md, PS_LIST_TAIL, "telescope", 0, "Primary Key", "64")) {
    46314631        psError(PS_ERR_UNKNOWN, false, "failed to add item telescope");
    46324632        psFree(md);
     
    51275127        return false;
    51285128    }
    5129     if (!psMetadataAddStr(md, PS_LIST_TAIL, "camera", 0, "Primary Key", "255")) {
     5129    if (!psMetadataAddStr(md, PS_LIST_TAIL, "camera", 0, "Primary Key", "64")) {
    51305130        psError(PS_ERR_UNKNOWN, false, "failed to add item camera");
    51315131        psFree(md);
    51325132        return false;
    51335133    }
    5134     if (!psMetadataAddStr(md, PS_LIST_TAIL, "telescope", 0, "Primary Key", "255")) {
     5134    if (!psMetadataAddStr(md, PS_LIST_TAIL, "telescope", 0, "Primary Key", "64")) {
    51355135        psError(PS_ERR_UNKNOWN, false, "failed to add item telescope");
    51365136        psFree(md);
     
    56375637        return false;
    56385638    }
    5639     if (!psMetadataAddStr(md, PS_LIST_TAIL, "camera", 0, "Primary Key", "255")) {
     5639    if (!psMetadataAddStr(md, PS_LIST_TAIL, "camera", 0, "Primary Key", "64")) {
    56405640        psError(PS_ERR_UNKNOWN, false, "failed to add item camera");
    56415641        psFree(md);
    56425642        return false;
    56435643    }
    5644     if (!psMetadataAddStr(md, PS_LIST_TAIL, "telescope", 0, "Primary Key", "255")) {
     5644    if (!psMetadataAddStr(md, PS_LIST_TAIL, "telescope", 0, "Primary Key", "64")) {
    56455645        psError(PS_ERR_UNKNOWN, false, "failed to add item telescope");
    56465646        psFree(md);
     
    62326232        return false;
    62336233    }
    6234     if (!psMetadataAddStr(md, PS_LIST_TAIL, "camera", 0, NULL, "255")) {
     6234    if (!psMetadataAddStr(md, PS_LIST_TAIL, "camera", 0, NULL, "64")) {
    62356235        psError(PS_ERR_UNKNOWN, false, "failed to add item camera");
    62366236        psFree(md);
    62376237        return false;
    62386238    }
    6239     if (!psMetadataAddStr(md, PS_LIST_TAIL, "telescope", 0, NULL, "255")) {
     6239    if (!psMetadataAddStr(md, PS_LIST_TAIL, "telescope", 0, NULL, "64")) {
    62406240        psError(PS_ERR_UNKNOWN, false, "failed to add item telescope");
    62416241        psFree(md);
     
    72477247        return false;
    72487248    }
    7249     if (!psMetadataAddStr(md, PS_LIST_TAIL, "camera", 0, NULL, "255")) {
     7249    if (!psMetadataAddStr(md, PS_LIST_TAIL, "camera", 0, NULL, "64")) {
    72507250        psError(PS_ERR_UNKNOWN, false, "failed to add item camera");
    72517251        psFree(md);
    72527252        return false;
    72537253    }
    7254     if (!psMetadataAddStr(md, PS_LIST_TAIL, "telescope", 0, NULL, "255")) {
     7254    if (!psMetadataAddStr(md, PS_LIST_TAIL, "telescope", 0, NULL, "64")) {
    72557255        psError(PS_ERR_UNKNOWN, false, "failed to add item telescope");
    72567256        psFree(md);
     
    81008100        return false;
    81018101    }
    8102     if (!psMetadataAddStr(md, PS_LIST_TAIL, "camera", 0, NULL, "255")) {
     8102    if (!psMetadataAddStr(md, PS_LIST_TAIL, "camera", 0, NULL, "64")) {
    81038103        psError(PS_ERR_UNKNOWN, false, "failed to add item camera");
    81048104        psFree(md);
    81058105        return false;
    81068106    }
    8107     if (!psMetadataAddStr(md, PS_LIST_TAIL, "telescope", 0, NULL, "255")) {
     8107    if (!psMetadataAddStr(md, PS_LIST_TAIL, "telescope", 0, NULL, "64")) {
    81088108        psError(PS_ERR_UNKNOWN, false, "failed to add item telescope");
    81098109        psFree(md);
Note: See TracChangeset for help on using the changeset viewer.