From: FRIGN Date: Sat, 1 Oct 2016 22:10:45 +0000 (+0200) Subject: Use explicit strcmp() instead of inlining it X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;h=c96e725df0c449abb5f1f6a3b604f64fa69c4756;hp=c96e725df0c449abb5f1f6a3b604f64fa69c4756;p=slock.git Use explicit strcmp() instead of inlining it Makes it a tad more readable; the previous "optimization" will be done by the compiler anyway. ---