From 56348d4c801262ee92a982fbd8dc77de1da6e188 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 9 Mar 2017 15:29:25 +0200 Subject: Cosmetic change --- butl/path | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'butl') diff --git a/butl/path b/butl/path index 19e3d42..6d054d5 100644 --- a/butl/path +++ b/butl/path @@ -275,7 +275,7 @@ namespace butl // works properly only for ASCII. // static int - compare (const C* l, size_type ln, const C* r, size_t rn) + compare (const C* l, size_type ln, const C* r, size_type rn) { for (size_type i (0), n (ln < rn ? ln : rn); i != n; ++i) { -- cgit v1.1