Fix connect command
authorLukáš Jiřiště <gymnazium.jiriste@gmail.com>
Wed, 18 Dec 2024 12:22:10 +0000 (13:22 +0100)
committerLukáš Jiřiště <gymnazium.jiriste@gmail.com>
Wed, 18 Dec 2024 12:22:10 +0000 (13:22 +0100)
commitbddcee0628dc74445f2a9311166f7f3dcfafff4b
tree62e3f65be22aea9ecd8d29cacd338d7e1b652d56
parentf325a97118154c87b9da4a93f6a0ef14b3187566
Fix connect command

The problem was in the merge_nodes function, where a level of
indirection was missed - the vector connected (mosfets) of a node holds
pointers to mosfets, hence the ft_vec_access return t_mosfet**.
src/build_helper.c