IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 24, 2006, 2:27:29 PM (20 years ago)
Author:
Paul Price
Message:

Changed definition of psVectorAlloc and psArrayAlloc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/stac/src/combineConfig.c

    r8783 r9740  
    157157    config->outName = argv[0];          // Output filename
    158158    config->inNames = psArrayAlloc(argc-1); // Input filenames
    159     config->inNames->n = argc-1;
    160159    for (int i = 1; i < argc; i++) {
    161160        config->inNames->data[i-1] = psAlloc(strlen(argv[i]));
Note: See TracChangeset for help on using the changeset viewer.