From 14e9635241fca41a7ba153040368256612ccb16f Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 14 Jun 2016 16:24:51 +0300 Subject: Check path validity in path::init() on Windows --- butl/path.ixx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'butl/path.ixx') 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 (2)) #else -- cgit v1.1