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
diff options
context:
space:
mode:
authorAntonio Vazquez <blendergit@gmail.com>2022-11-08 18:29:56 +0300
committerAntonio Vazquez <blendergit@gmail.com>2022-11-08 18:29:56 +0300
commitaa9b976e9f9b8baff194f5bfadcf9e7694cf8d15 (patch)
treeb30ce7abaa65be85c147222cb074571c056b59df /source/blender/compositor/intern/COM_Debug.cc
parent410b87ca781d6b6b061bab0440005ac1ab82688f (diff)
parentbbb1d3e5e7eb4059a0324ae786e1e793852963a9 (diff)
Merge branch 'master' into temp-gpencil-automasktemp-gpencil-automask
Diffstat (limited to 'source/blender/compositor/intern/COM_Debug.cc')
-rw-r--r--source/blender/compositor/intern/COM_Debug.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/compositor/intern/COM_Debug.cc b/source/blender/compositor/intern/COM_Debug.cc
index d184e5540ea..a670af5eaca 100644
--- a/source/blender/compositor/intern/COM_Debug.cc
+++ b/source/blender/compositor/intern/COM_Debug.cc
@@ -305,7 +305,7 @@ bool DebugInfo::graphviz_system(const ExecutionSystem *system, char *str, int ma
for (NodeOperation *operation : group->operations_) {
- sprintf(strbuf, "_%p", group);
+ BLI_snprintf(strbuf, sizeof(strbuf), "_%p", group);
op_groups[operation].push_back(std::string(strbuf));
len += graphviz_operation(