aboutsummaryrefslogtreecommitdiff
path: root/butl
diff options
context:
space:
mode:
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)
{