Use strcpy instead of sprintf here. This avoids a GCC 4.3 format-string
authorDan Gohman <gohman@apple.com>
Tue, 5 Aug 2008 23:36:35 +0000 (23:36 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 5 Aug 2008 23:36:35 +0000 (23:36 +0000)
commit1eac4e0844439219208e94a17796b8232de41a5c
treef5b7b4223c3c8e02143c708837d2042748bc01f9
parent201bf25f83fba840dcff2cb1625731e7bb22df4d
Use strcpy instead of sprintf here. This avoids a GCC 4.3 format-string
warning. There wasn't actually a problem here, because the contents of
the string are known.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54385 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp