This is an automated email from the git hooks/post-receive script. hmmr-guest pushed a commit to branch master in repository aghermann.
commit 7de490add8e4297d2ca72bf0dbe73cdab390255f Author: Andrei Zavada <[email protected]> Date: Mon Sep 23 02:12:21 2013 +0300 whitepace --- upstream/src/common/string.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upstream/src/common/string.hh b/upstream/src/common/string.hh index 42fb302..3083168 100644 --- a/upstream/src/common/string.hh +++ b/upstream/src/common/string.hh @@ -76,7 +76,7 @@ bool has_suffix( const string& s, const string& suffix, TStrCmpCaseOption case_option = TStrCmpCaseOption::sensitive) { - return suffix.size() <= s.size() and + return suffix.size() <= s.size() and 0 == (case_option == TStrCmpCaseOption::sensitive ? strcmp : strcasecmp)( &s[s.size()-suffix.size()], &suffix[0]); } -- Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/aghermann.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
