From 793fa5a91f24358aa7ce21abf6ee4e93a17b04ee Mon Sep 17 00:00:00 2001 From: maxim nikonov Date: Fri, 6 Feb 2026 19:04:24 +0500 Subject: wip --- src/filename_absolute.cxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/filename_absolute.cxx') 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) - */ int fl_filename_relative(char *to, int tolen, const char *from) { -- cgit v1.2.3