IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 20, 2006, 11:47:20 AM (20 years ago)
Author:
jhoblitt
Message:

table field updates
more cleanups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/p2writePendingFrames.c

    r6063 r6086  
    55
    66    for (int i = 0; i < frames->n; i++) {
    7         p2PendingFrame *frame = frames->data[i];
    8        
    9         for (int j = 0; j < frame->images->n; j++) {
    10             p2PendingImfileRow *image = frame->images->data[j];
    11             fprintf (stdout, "%s %d %s %s %s\n",
    12                      image->exp_id,
    13                      image->p2_version,
    14                      image->class,
    15                      image->class_id,
    16                      image->url);
    17         }
     7        p2PendingFrame *frame = frames->data[i];
     8        for (int j = 0; j < frame->images->n; j++) {
     9            p2PendingImfileRow *image = frame->images->data[j];
     10            fprintf (stdout, "%s %d %s %s %s\n",
     11            image->exp_id,
     12            image->p2_version,
     13            image->class,
     14            image->class_id,
     15            image->url);
     16        }
    1817    }
     18
    1919    return true;
    2020}
Note: See TracChangeset for help on using the changeset viewer.