IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25772


Ignore:
Timestamp:
Oct 5, 2009, 2:14:45 PM (17 years ago)
Author:
bills
Message:

function name change

File:
1 edited

Legend:

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

    r25545 r25772  
    14491449    // Now queue any destreaked files to be re-verted
    14501450
    1451     // note: on failure magicRestoreStage issues the rollback
    1452     if (!magicRestoreStage(config, "raw", whereClause, "goto_censored")) {
     1451    // note: on failure pxmagicRestoreStage issues the rollback
     1452    if (!pxmagicRestoreStage(config, "raw", whereClause, "goto_censored")) {
    14531453        psFree(whereClause);
    14541454        return false;
    14551455    }
    1456     if (!magicRestoreStage(config, "chip", whereClause, "goto_censored")) {
     1456    if (!pxmagicRestoreStage(config, "chip", whereClause, "goto_censored")) {
    14571457        psFree(whereClause);
    14581458        return false;
    14591459    }
    1460     if (!magicRestoreStage(config, "camera", whereClause, "goto_censored")) {
     1460    if (!pxmagicRestoreStage(config, "camera", whereClause, "goto_censored")) {
    14611461        psFree(whereClause);
    14621462        return false;
    14631463    }
    1464     if (!magicRestoreStage(config, "warp", whereClause, "goto_censored")) {
     1464    if (!pxmagicRestoreStage(config, "warp", whereClause, "goto_censored")) {
    14651465        psFree(whereClause);
    14661466        return false;
    14671467    }
    1468     if (!magicRestoreStage(config, "diff", whereClause, "goto_censored")) {
     1468    if (!pxmagicRestoreStage(config, "diff", whereClause, "goto_censored")) {
    14691469        psFree(whereClause);
    14701470        return false;
Note: See TracChangeset for help on using the changeset viewer.