aboutsummaryrefslogtreecommitdiff
path: root/butl
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-03-09 15:29:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-03-09 15:29:25 +0200
commit56348d4c801262ee92a982fbd8dc77de1da6e188 (patch)
tree4184344ccecd0fc07956ac161e02a40e01891487 /butl
parent478f413b80204ac4097b8db8a6ae5056d14adb54 (diff)
Cosmetic change
Diffstat (limited to 'butl')
-rw-r--r--butl/path2
1 files changed, 1 insertions, 1 deletions
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)
{