IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 13, 2006, 11:22:09 AM (20 years ago)
Author:
Paul Price
Message:

Fixing psLib APIs following clean-up.

File:
1 edited

Legend:

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

    r9494 r9539  
    387387            return false;
    388388        }
    389         psMetadataRemove(md, 0, "det_id");
     389        psMetadataRemoveKey(md, "det_id");
    390390        psString det_idStr = psDBIntToString((psU64)det_id);
    391391        psMetadataAddStr(mds->data[i], PS_LIST_HEAD, "det_id", 0, NULL, det_idStr);
Note: See TracChangeset for help on using the changeset viewer.