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. llvm-svn: 54385
Loading
Please register or sign in to comment
warning. There wasn't actually a problem here, because the contents of the string are known. llvm-svn: 54385