Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@blender.org>2020-07-27 18:03:32 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-07-27 18:03:32 +0300
commitbd4b29d63de6cccdb524e965b28b8cf68e169cef (patch)
tree95f118d1b7b33b05f688df4a57422ea301916b6e /source
parentc7ee66e517b2ae54f1304ae9b0085e6ed7a246c2 (diff)
Cleanup: fixed compiler warning about `strncat`
`strncat(command, "x", 1)` is the same as `strcat(command, "x")`, except that the latter form doesn't trigger a GCC warning. No functional changes.
Diffstat (limited to 'source')
0 files changed, 0 insertions, 0 deletions