mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-08 03:57:11 +00:00
321be3fd53
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