8a305eec32
This function attempted a poor-man's natural compare but it assumed specific structure of the string. This broke for strings with numberings that looked like decimals. Instead, we use our natural string comparison function and remove the references to this older function and its similar elements. Fixes https://gitlab.com/kicad/code/kicad/issues/9067 |
||
---|---|---|
.. | ||
board_netlist_updater.cpp | ||
board_netlist_updater.h | ||
kicad_netlist_reader.cpp | ||
legacy_netlist_reader.cpp | ||
netlist.cpp | ||
netlist_reader.cpp | ||
netlist_reader.h | ||
pcb_netlist.cpp | ||
pcb_netlist.h |