summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/boosty.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/boosty.h b/src/boosty.h
index 5c82002..6dc9858 100644
--- a/src/boosty.h
+++ b/src/boosty.h
@@ -85,12 +85,12 @@ inline std::string extension_str( fs::path p)
inline fs::path canonical( fs::path p, fs::path p2 )
{
- return fs::canonical( p, p2, NULL );
+ return fs::canonical( p, p2 );
}
inline fs::path canonical( fs::path p )
{
- return fs::canonical( p, fs::current_path(), NULL );
+ return fs::canonical( p );
}
#else
contact: Jan Huwald // Impressum