IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 26, 2006, 4:29:56 PM (20 years ago)
Author:
jhoblitt
Message:

rename p2writePendingFrames.c -> pxframes.c
rename p2writePendingFrames -> p2PendingFramePrint

File:
1 edited

Legend:

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

    r6210 r6220  
    6161        return false;
    6262    }
    63     bool status = p2writePendingFrames(config, pendingFrames);
    64     if (!status) {
    65         psError(PS_ERR_UNKNOWN, false, "p2writePendingFrames() failed");
     63    bool status = p2PendingFramePrint(stdout, config, pendingFrames);
     64    if (!status) {
     65        psError(PS_ERR_UNKNOWN, false, "p2PendingFramePrint() failed");
    6666        return false;
    6767    }
     
    143143        return false;
    144144    }
    145     bool status = p2writePendingFrames(config, pendingFrames);
    146     if (!status) {
    147         psError(PS_ERR_UNKNOWN, false,"p2insertPendingFrames() failed");
     145    bool status = p2PendingFramePrint(stdout, config, pendingFrames);
     146    if (!status) {
     147        psError(PS_ERR_UNKNOWN, false,"p2PendingFramePrint() failed");
    148148        return false;
    149149    }
Note: See TracChangeset for help on using the changeset viewer.