summaryrefslogtreecommitdiff
path: root/src/filename_absolute.cxx
diff options
context:
space:
mode:
authormaxim nikonov <maxim.nikonov@hqo.co>2026-02-06 19:04:24 +0500
committermaxim nikonov <maxim.nikonov@hqo.co>2026-02-06 19:04:24 +0500
commit793fa5a91f24358aa7ce21abf6ee4e93a17b04ee (patch)
treee81d1e60ffdf068ac1e93e8d36d9c2046b2d7c50 /src/filename_absolute.cxx
parentb4995f979d127cea667b4e2b71c91e9db4ab52ef (diff)
wip
Diffstat (limited to 'src/filename_absolute.cxx')
-rw-r--r--src/filename_absolute.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/filename_absolute.cxx b/src/filename_absolute.cxx
index 4573a34c1..b02df25f0 100644
--- a/src/filename_absolute.cxx
+++ b/src/filename_absolute.cxx
@@ -125,7 +125,7 @@ int Fl_System_Driver::filename_absolute(char *to, int tolen, const char *from, c
/** Makes a filename relative to the current working directory.
Return the \a from path made relative to the working directory, similar to
- C++17 `std::filesystem::path::lexically_relative`. This function can also be
+ This function makes a path relative to the working directory. It can also be
called with a fourth argument for a user supplied \a base directory path
These conversions are purely lexical. They do not check that the paths exist,
@@ -164,10 +164,6 @@ int Fl_System_Driver::filename_absolute(char *to, int tolen, const char *from, c
\param[in] from absolute filename
\return 0 if no change, non zero otherwise
\see fl_filename_relative(char *to, int tolen, const char *from, const char *base)
- <!-- FIXME: added in 1.5 or higher ...
- \see fl_filename_relative(const std::string &from, const std::string &base)
- \see fl_filename_relative(const std::string &from)
- -->
*/
int fl_filename_relative(char *to, int tolen, const char *from)
{