瀏覽代碼

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!