From: Kevin Day Date: Tue, 28 Jan 2025 02:37:09 +0000 (-0600) Subject: Update: Document that the NULL characters are removed by fl_path_clean(). X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=1affb7f641ffe64fb2736ff60355ddac8dba11aa;p=fll Update: Document that the NULL characters are removed by fl_path_clean(). --- diff --git a/level_1/fl_path/c/path.h b/level_1/fl_path/c/path.h index d5ae40b..d6299e4 100644 --- a/level_1/fl_path/c/path.h +++ b/level_1/fl_path/c/path.h @@ -68,6 +68,7 @@ extern "C" { * This has a max size of F_string_t_size_d. * This removes trailing slashes, but leaves the leading slash ('/' remains as-is, but '/a/' becomes '/a'). * This removes redundant slashes '/'. + * This removes NULL characters. * * An empty path (first character is NULL or path.used is 0) appends only the current path to canonical. *