Explorar o código

Fix bug in read_incoming: InterfaceMismatch

Yentl Van Tendeloo %!s(int64=8) %!d(string=hai) anos
pai
achega
74727f1589
Modificáronse 1 ficheiros con 1 adicións e 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):