소스 검색

Fixed problem in AL part in model

Yentl Van Tendeloo 8 년 전
부모
커밋
a67e58e233
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      bootstrap/modelling.alc

+ 1 - 0
bootstrap/modelling.alc

@@ -576,6 +576,7 @@ Element function trim_AL_constructors(list : Element):
 
 	while (i < length):
 		list_append(lst, list_pop_final(list))
+		i = i + 1
 
 	return lst!