Changeset 33639
- Timestamp:
- Mar 30, 2012, 2:51:52 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20111122/Ohana/src
- Files:
-
- 2 edited
-
getstar/src/dvoImagesAtCoords.c (modified) (1 diff)
-
libdvo/src/dvo_util.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/Ohana/src/getstar/src/dvoImagesAtCoords.c
r33099 r33639 158 158 } 159 159 if (copy) { 160 free(copy);160 free(copy); 161 161 } 162 162 } -
branches/eam_branches/ipp-20111122/Ohana/src/libdvo/src/dvo_util.c
r30188 r33639 276 276 FREE(detections); 277 277 278 if (NInvalidDetID) fprintf (stderr, "ERROR: Encountered % ldinvalid detection IDs\n", NInvalidDetID);278 if (NInvalidDetID) fprintf (stderr, "ERROR: Encountered %zx invalid detection IDs\n", NInvalidDetID); 279 279 280 280 return (Ndetect);
Note:
See TracChangeset
for help on using the changeset viewer.
