mirror of
https://review.haiku-os.org/haiku
synced 2025-02-21 21:19:09 +01:00
It warns on snprintf's output "possibly" being truncated (e.g., two B_PATH_NAME_LENGTH chars being concatenated together) which may be exactly the behavior the programmer wanted. So that's not very helpful.