IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2007, 1:58:17 PM (19 years ago)
Author:
jhoblitt
Message:

update psAbort() API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPARead.c

    r11624 r11687  
    138138        }
    139139    } else {
    140         psAbort(__func__, "Read direction can only be 1 (rows) or 2 (cols).\n");
     140        psAbort("Read direction can only be 1 (rows) or 2 (cols).\n");
    141141    }
    142142
     
    204204        break;
    205205    default:
    206         psAbort(__func__, "Unknown read type: %x\n", type);
     206        psAbort("Unknown read type: %x\n", type);
    207207    }
    208208
     
    258258            break;
    259259        default:
    260             psAbort(__func__, "Unknown read type: %x\n", type);
     260            psAbort("Unknown read type: %x\n", type);
    261261        }
    262262
Note: See TracChangeset for help on using the changeset viewer.