X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffs%2Fwindows%2Futils.cpp;h=30a894394a9f6b97b0c064db8a5c5774867a63a8;hb=95a005d09584925e1d865caea57b9352c0770b00;hp=66699aaf0bc2229d3782116539e50213b90214d1;hpb=1787d4928ac1285f5434a2c8d0676deea9ce9176;p=libs%2Fcore.git diff --git a/source/fs/windows/utils.cpp b/source/fs/windows/utils.cpp index 66699aa..30a8943 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 unsupported("no symbolic links on win32"); + throw unsupported("readlink"); } Path realpath(const Path &path)