From 1affb7f641ffe64fb2736ff60355ddac8dba11aa Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Mon, 27 Jan 2025 20:37:09 -0600 Subject: [PATCH] Update: Document that the NULL characters are removed by fl_path_clean(). --- level_1/fl_path/c/path.h | 1 + 1 file changed, 1 insertion(+) 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. * -- 1.8.3.1