Changeset 1099
- Timestamp:
- 03/21/11 02:57:21 (2 years ago)
- File:
-
- 1 edited
-
branches/reyalp-ptp/tools/ptpcam/ptp.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/reyalp-ptp/tools/ptpcam/ptp.c
r1098 r1099 2162 2162 } 2163 2163 if(msg->type == PTP_CHDK_S_MSGTYPE_NONE) { 2164 free(msg); 2164 2165 // printf("no more messages\n"); 2165 2166 break; … … 2172 2173 */ 2173 2174 ptp_chdk_print_script_message(msg); 2175 free(msg); 2174 2176 } 2175 2177 return 1;
Note: See TracChangeset
for help on using the changeset viewer.