IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28476


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

Had wrong order of parameters.

File:
1 edited

Legend:

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

    r28475 r28476  
    835835                             "SET state = 'full', magicked = %" PRId64 " "
    836836                             " WHERE chip_bg_id = %" PRId64,
    837                              chip_bg_id, magicked)) {
     837                             magicked, chip_bg_id)) {
    838838            psError(psErrorCodeLast(), false, "database error");
    839839            psFree(output);
     
    16061606                             "SET state = 'full', magicked = %" PRId64 " "
    16071607                             " WHERE warp_bg_id = %" PRId64,
    1608                              warp_bg_id, magicked)) {
     1608                             magicked, warp_bg_id)) {
    16091609            psError(psErrorCodeLast(), false, "database error");
    16101610            psFree(output);
Note: See TracChangeset for help on using the changeset viewer.