Explorar el Código

Fix bug in read_incoming: InterfaceMismatch

Yentl Van Tendeloo hace 8 años
padre
commit
74727f1589
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      bootstrap/mini_modify.alc

+ 1 - 1
bootstrap/mini_modify.alc

@@ -235,7 +235,7 @@ String function cmd_read_incoming(model : Element, element_name : String, type :
 	String result
 	Element elems
 
-	result = ""
+	result = "Success: "
 	if (dict_in(model["model"], element_name)):
 		elems = allIncomingAssociationInstances(model, element_name, type)
 		while (read_nr_out(elems) > 0):