Changeset 677 for trunk/src/ifd/sys-bsd.c
- Timestamp:
- 05/29/05 16:30:32 (7 years ago)
- File:
-
- 1 edited
-
trunk/src/ifd/sys-bsd.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ifd/sys-bsd.c
r661 r677 160 160 161 161 if (!(cap = (ifd_usb_capture_t *) calloc(1, sizeof(*cap) + maxpacket))) { 162 ct_ debug("ifd_sysdep_usb_begin_capture: calloc failed");163 return -1;162 ct_error("out of memory"); 163 return IFD_ERROR_NO_MEMORY; 164 164 } 165 165 cap->type = type;
Note: See TracChangeset
for help on using the changeset viewer.
