Changeset 1095
- Timestamp:
- 03/20/11 22:19:19 (2 years ago)
- File:
-
- 1 edited
-
branches/reyalp-ptp/core/ptp.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/reyalp-ptp/core/ptp.c
r1090 r1095 569 569 if (!script_is_running()) { 570 570 ptp.param1 = PTP_CHDK_S_MSGSTATUS_NOTRUN; 571 } 572 // check if target script for message is running 573 if(param2 && param2 != script_run_id) { 571 } else if(param2 && param2 != script_run_id) {// check if target script for message is running 574 572 ptp.param1 = PTP_CHDK_S_MSGSTATUS_BADID; 575 } 576 if(script_msg_q_full(&msg_q_in)) { 573 } else if(script_msg_q_full(&msg_q_in)) { 577 574 ptp.param1 = PTP_CHDK_S_MSGSTATUS_QFULL; 578 575 }
Note: See TracChangeset
for help on using the changeset viewer.