Changeset 1469
- Timestamp:
- 12/11/11 02:21:00 (18 months ago)
- Location:
- branches/reyalp-flt
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
core/ptp.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/reyalp-flt
-
branches/reyalp-flt/core/ptp.c
r1451 r1469 404 404 recv_ptp_data(data,buf,chunk_size); 405 405 fn_len = *(unsigned *)buf; 406 fn = malloc(fn_len );406 fn = malloc(fn_len+1); 407 407 if(!fn) { 408 408 ptp.code = PTP_RC_GeneralError;
Note: See TracChangeset
for help on using the changeset viewer.