diff --git a/src/netlist.c b/src/netlist.c index fceeda6a..6c6b0235 100644 --- a/src/netlist.c +++ b/src/netlist.c @@ -271,8 +271,8 @@ void hash_inst_pin(int what, int i, int j) if(jinst[i].name, j); + my_snprintf(str, S(str), "symbol %s: missing all or name or dir attributes on pin %d\n %s", + xctx->inst[i].name, j, prop_ptr); statusmsg(str,2); if(!netlist_count) { xctx->inst[i].flags |=4;