]> Kevux Git Server - fll/commitdiff
Update: Document that the NULL characters are removed by fl_path_clean().
authorKevin Day <Kevin@kevux.org>
Tue, 28 Jan 2025 02:37:09 +0000 (20:37 -0600)
committerKevin Day <Kevin@kevux.org>
Tue, 28 Jan 2025 02:37:09 +0000 (20:37 -0600)
level_1/fl_path/c/path.h

index d5ae40b8fa1f6ee312090b1f9e8e44cb26075b79..d6299e4ad3d924c0ec364df538030ff147cf3e82 100644 (file)
@@ -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.
  *