IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 22, 2005, 4:54:52 PM (21 years ago)
Author:
Paul Price
Message:

Working under pslib-0.7.0, but don't have the inner loop behaving yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/scripts/src/phase2/psAdditionals.c

    r4793 r5104  
    103103            break;
    104104          default:
     105            printf("\n");
    105106            psError(PS_ERR_IO, false, "Non-printable metadata type: %x\n", item->type);
    106107        }
     
    262263                // Go through the MULTI
    263264                psList *multi = argItem->data.V; // The list of MULTI psMetadataItems
    264                 if (*argc < i + multi->size) {
     265                if (*argc < i + multi->n) {
    265266                    psError(PS_ERR_IO, true, "Not enough arguments for %s.\n", argItem->name);
    266267                    // Remove the arguments --- they will be ignored
Note: See TracChangeset for help on using the changeset viewer.