commit ce9bf904c655cf37418f83fc99465d626541c803 parent 514cd73f9d671b835e1028258befafb660f035a2 Author: cfillion <cfillion@users.noreply.github.com> Date: Mon, 27 Feb 2017 00:24:47 -0500 archive: fix Windows build Diffstat:
M | src/archive.cpp | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/archive.cpp b/src/archive.cpp @@ -104,7 +104,7 @@ void Archive::import(const auto_string &path, ReaPack *reapack) } } catch(const reapack_error &e) { - state.m_tx->receipt()->addError({e.what(), path}); + state.m_tx->receipt()->addError({e.what(), from_autostring(path)}); } }