X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Ffs%2Fwindows%2Futils.cpp;fp=source%2Ffs%2Fwindows%2Futils.cpp;h=66699aaf0bc2229d3782116539e50213b90214d1;hb=1787d4928ac1285f5434a2c8d0676deea9ce9176;hp=ca9e7aa0f11f333f6710b93f48c1f86b3e62e7f9;hpb=3bfc22d12b893d94cbb4697a77b7cababcbbd921;p=libs%2Fcore.git diff --git a/source/fs/windows/utils.cpp b/source/fs/windows/utils.cpp index ca9e7aa..66699aa 100644 --- a/source/fs/windows/utils.cpp +++ b/source/fs/windows/utils.cpp @@ -11,7 +11,7 @@ namespace FS { Path readlink(const Path &link) { (void)link; - throw logic_error("no symbolic links on win32"); + throw unsupported("no symbolic links on win32"); } Path realpath(const Path &path)