Xinqi Bao's Git

Use explicit strcmp() instead of inlining it
authorFRIGN <[email protected]>
Sat, 1 Oct 2016 22:10:45 +0000 (00:10 +0200)
committerMarkus Teich <[email protected]>
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