From 78b348c206714eb4ddd8be03f5a3aa72d2145fe3 Mon Sep 17 00:00:00 2001 From: Stefan Frederik Date: Wed, 6 Jan 2021 13:32:05 +0100 Subject: [PATCH] typo --- src/editprop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editprop.c b/src/editprop.c index c887c270..a0520d16 100644 --- a/src/editprop.c +++ b/src/editprop.c @@ -1068,7 +1068,7 @@ void update_symbol(const char *result, int x) prepare_netlist_structs(0); for(j = 0; j < (xctx->inst[i].ptr + xctx->sym)->rects[PINLAYER]; j++) { if( xctx->inst[i].node && xctx->inst[i].node[j]) { - ind_inst_to_be_redrawn(xctx->inst[i].node[j]); + find_inst_to_be_redrawn(xctx->inst[i].node[j]); } } }