select.c: Set an explicit flag to search using when selecting nets by name
commit95b11c751ab9e98ed759d6480af146cbb8edc5e6
authorPeter Clifton <peter@clifton-electronics.co.uk>
Fri, 14 Dec 2012 19:30:06 +0000 (14 19:30 +0000)
committerPeter Clifton <peter@clifton-electronics.co.uk>
Fri, 14 Dec 2012 20:02:14 +0000 (14 20:02 +0000)
tree6815f7191adc7c5872ea7865d7af6ed44eb90b5d
parente74f97acb0556fbf37bf2868dfa9befccdfbf3b0
select.c: Set an explicit flag to search using when selecting nets by name

If find.c's "TheFlag" variable is not equal to FOUNDFLAG, our code for
selecting nets by name did not work. This could happen, for example - after
a DRC check, where "TheFlag" appears to be left equal to SELECTEDFLAG.
src/select.c