IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 24, 2010, 12:57:49 PM (16 years ago)
Author:
Paul Price
Message:

Use 'magicked' column in the BackgroundRun tables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ippTools/src/bgtool.c

    r28473 r28475  
    432432                                     reduction   ? reduction  : row->reduction,
    433433                                     note        ? note       : row->note,
    434                                      NULL)) {
     434                                     NULL, 0)) {
    435435            psError(psErrorCodeLast(), false, "database error");
    436436            psFree(row);
     
    12031203                                     reduction   ? reduction  : row->reduction,
    12041204                                     note        ? note       : row->note,
    1205                                      NULL)) {
     1205                                     NULL, 0)) {
    12061206            psError(psErrorCodeLast(), false, "database error");
    12071207            psFree(row);
Note: See TracChangeset for help on using the changeset viewer.