mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-16 10:18:35 -05:00
Variables path and dir with the same declared size triggers a compiler warning about possible truncation. Although, depending on the path where profiles are stored, its still possible to go beyong the declared size and the path will be invalid. This will not trigger any compilation warning and all invalid paths will be cought by the already check in the os_glob function.
17 KiB
17 KiB