Use explicit strcmp() instead of inlining it
authorFRIGN <dev@frign.de>
Sat, 1 Oct 2016 22:10:45 +0000 (00:10 +0200)
committerMarkus Teich <markus.teich@stusta.mhn.de>
Mon, 10 Oct 2016 18:40:13 +0000 (20:40 +0200)
Makes it a tad more readable; the previous "optimization" will be done
by the compiler anyway.


No differences found