Commit a8258330 authored by wattelet's avatar wattelet
Browse files

No commit message

No commit message
parent cb2d0bff
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -219,7 +219,7 @@ module LibIot_Functions {
    	*/
    	function f_getMonitorIdx(in charstring p_name)
    	runs on TestCoordinator return integer {
    		var integer v_size := sizeof(vc_compIds);
    		var integer v_size := lengthof(vc_compIds);
    		for (var integer i := 0; i < v_size; i := i + 1) {
    			if (vc_compIds[i].name == p_name) {
    				return vc_compIds[i].index;