Changeset 508 for branches/msl

Show
Ignore:
Timestamp:
12/14/10 10:13:03 (18 months ago)
Author:
msl
Message:

Korrektur PTP-Interface
* Skriptfunktion abgesichert
* Danke rudi

Location:
branches/msl/core
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/msl/core/action_stack.c

    r505 r508  
    7474    } while( !action_stack_is_finished(task_comp_id) ); 
    7575     
    76     return num_stacks - 1; 
     76    return stack->comp_id; 
    7777} 
    7878 
  • branches/msl/core/kbd.c

    r502 r508  
    192192   kbd_blocked = 1; 
    193193   script_stack_start(); 
    194    return 1; 
    195    //return script_is_running(); 
     194   //return 1; 
     195   return script_is_running(); 
    196196  } 
    197197  return 0;