Use strcmp() for special layer names, rather than strcasecmp()
commit670ce234f07f33a6ea09be3de4ceebd6d7002b7a
authorPeter Clifton <pcjc2@cam.ac.uk>
Thu, 12 Nov 2009 14:04:14 +0000 (12 14:04 +0000)
committerPeter Clifton <pcjc2@cam.ac.uk>
Thu, 12 Nov 2009 14:04:14 +0000 (12 14:04 +0000)
treefb138e41d863904e10be59c7f681425bb055662b
parentead902434b80f733b10248e35e12a5906e0a392a
Use strcmp() for special layer names, rather than strcasecmp()

Before commit 086aa491fae18f1ec72da047b772fa3510f72d0b, we were using
strcmp() and strcasecmp() in different places. That commit changed to
strcasecmp(). Lets choose to keep the more restrictive option for now,
which reduces the number of "magic" layer names PCB supports.
src/draw.c
src/hid/common/flags.c
src/hid/gerber/gerber.c
src/hid/png/png.c
src/hid/ps/ps.c
src/print.c