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.xinqibao.xyz/slock.git/commitdiff_plain/c96e725df0c449abb5f1f6a3b604f64fa69c4756?hp=c96e725df0c449abb5f1f6a3b604f64fa69c4756 Use explicit strcmp() instead of inlining it Makes it a tad more readable; the previous "optimization" will be done by the compiler anyway. ---