Jelajahi Sumber

Fixed broken reference

Yentl Van Tendeloo 8 tahun lalu
induk
melakukan
ee335176ab
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      core/mini_modify.alc

+ 1 - 1
core/mini_modify.alc

@@ -232,7 +232,7 @@ Element function modify(model : Element, write : Boolean):
 				if (is_edge(model["model"][cmd])):
 					output("Source: " + reverseKeyLookup(model["model"], read_edge_src(model["model"][cmd])))
 					output("Destination: " + reverseKeyLookup(model["model"], read_edge_dst(model["model"][cmd])))
-				if (has_physical_value(model["model"][cmd])):
+				if (has_value(model["model"][cmd])):
 					output("Value: " + cast_v2s(model["model"][cmd]))
 				output("Defines attributes:")
 				attr_list_pn = getInstantiatableAttributes(model, cmd)