diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-10-13 19:08:30 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-10-13 19:08:30 +0200 |
| commit | 01038e832a305d0b2ad798f3d0dc25003d79e1ad (patch) | |
| tree | 5002041ca1d6849e4346797cde0b51d878633848 /src/filename_absolute.cxx | |
| parent | 6958e5d615c320efd61e9a8ced86d1acc32d78be (diff) | |
Fix trailing whitespace and dependencies
Diffstat (limited to 'src/filename_absolute.cxx')
| -rw-r--r-- | src/filename_absolute.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/filename_absolute.cxx b/src/filename_absolute.cxx index 46c44bfba..c1a65ba91 100644 --- a/src/filename_absolute.cxx +++ b/src/filename_absolute.cxx @@ -133,7 +133,7 @@ int Fl_System_Driver::filename_absolute(char *to, int tolen, const char *from, c do not follow symlinks, and do not access the filesystem at all. Path arguments must be absolute (start at the root directory) and must not - contain `.` or `..` segments, or double separators. A single trailing + contain `.` or `..` segments, or double separators. A single trailing separator is ok. On Windows, path arguments must start with a drive name, e.g. `c:\`. @@ -144,7 +144,7 @@ int Fl_System_Driver::filename_absolute(char *to, int tolen, const char *from, c On Windows and macOS, the path segment tests are case insensitive. - If the path can not be generated, \a from path is copied into the \a to + If the path can not be generated, \a from path is copied into the \a to buffer and 0 is returned. \code |
