mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
This replaces every single strcpy call in the engine with Common::strlcpy. Some of these might cases seem a bit pointless, but it is supposed to discourage future use of strcpy. If people don't see a single occasion of it they might think twice before they use it...