diff options
Diffstat (limited to 'src/boosty.h')
-rw-r--r-- | src/boosty.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boosty.h b/src/boosty.h index 6dc9858..2b5ab38 100644 --- a/src/boosty.h +++ b/src/boosty.h @@ -117,7 +117,7 @@ inline fs::path canonical( fs::path p, fs::path p2 ) result /= *itr; if (fs::is_symlink(result)) { - PRINT("WARNING: canonical() wrapper can't do symlinks. upgrade boost to >1.48"); + PRINT("WARNING: canonical() wrapper can't do symlinks. upgrade boost to >=1.48"); } } return result; |