From 0c5099ab4d699a2297e2d1262d79b091aa99c09a Mon Sep 17 00:00:00 2001 From: Nicholas Corgan Date: Wed, 18 Sep 2013 14:18:26 -0700 Subject: utils: fixed b2xx_fx3_utils bug with older versions of Boost --- host/utils/b2xx_fx3_utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host') diff --git a/host/utils/b2xx_fx3_utils.cpp b/host/utils/b2xx_fx3_utils.cpp index bdd102681..36688c6c7 100644 --- a/host/utils/b2xx_fx3_utils.cpp +++ b/host/utils/b2xx_fx3_utils.cpp @@ -543,7 +543,7 @@ boost::int32_t main(boost::int32_t argc, char *argv[]) { for(std::set::iterator it = globbed.begin(); it != globbed.end(); ++it) { - std::string file = (*it).filename().string(); + std::string file = fs::path((*it).filename()).string(); if(file.compare(0, 5, "0000:") == 0) { /* Un-bind the device. */ -- cgit v1.2.3