Avoid strcasecmp which does not exist on Windows
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 18 Oct 2012 11:45:32 +0000 (13:45 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 18 Oct 2012 11:45:32 +0000 (13:45 +0200)
commitb161284b288325f5eb5557152d4da21d18dc8ded
treea6a69fc86c7b8a647cafa26f0b98baa445c94195
parent00537b483d646bd04a204708ecbde708861f044e
Avoid strcasecmp which does not exist on Windows

And also fix condition that would never be true.
src/sortspec.c