mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-07 21:35:31 +00:00
![Yaroslav Tykhiy](/assets/img/avatar_default.png)
FTSENTs and uses only what fts_read() has just returned can rely on fts_path being NUL-terminated. Under these conditions, a plain vanilla "%s" format can be safely used to printf an fts_path. OK'ed by: rwatson