]> git.armaanb.net Git - slock.git/commit
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)
commitc96e725df0c449abb5f1f6a3b604f64fa69c4756
treeb464fc517f2fcdbfbbec5be746c615b1e247ecdb
parent6a1bd896356ae3b59053b5e458fdff62d076114b
Use explicit strcmp() instead of inlining it

Makes it a tad more readable; the previous "optimization" will be done
by the compiler anyway.
slock.c