aboutsummaryrefslogtreecommitdiff
path: root/butl/path.ixx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-06-14 16:24:51 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-06-18 15:05:38 +0300
commit14e9635241fca41a7ba153040368256612ccb16f (patch)
tree73c24c5ac047338cd7afffe97db29f3188b14445 /butl/path.ixx
parentd326f16dd40013e8bea639ff95c2b249e7867e5e (diff)
Check path validity in path::init() on Windows
Diffstat (limited to 'butl/path.ixx')
-rw-r--r--butl/path.ixx2
1 files changed, 1 insertions, 1 deletions
diff --git a/butl/path.ixx b/butl/path.ixx
index 8dac717..1628ece 100644
--- a/butl/path.ixx
+++ b/butl/path.ixx
@@ -198,7 +198,7 @@ namespace butl
{
return absolute ()
#ifdef _WIN32
- // Disambiguate with dir_type(string_type,bool).
+ // Disambiguate with dir_type(string_type, bool).
//
? dir_type (this->path_, static_cast<size_type> (2))
#else