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:
authorMonique <mdewanchand@atmind.nl>2022-09-10 16:53:28 +0300
committerMonique <mdewanchand@atmind.nl>2022-09-10 16:53:28 +0300
commitefb81f45dd8b24b408afe4a00e0aef91d2fb9c0e (patch)
tree1086fad304a998998c05885c11d1202512b857fa /source/blender/editors/space_text/space_text.c
parent5082fd5e63737bf8cb76478d143647e1907d13f4 (diff)
parent98c4e1e590cbfe0e16f8da8c0664830c5979ad65 (diff)
Merge branch 'master' into temp-T73411-add-scene-parameters
Diffstat (limited to 'source/blender/editors/space_text/space_text.c')
-rw-r--r--source/blender/editors/space_text/space_text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_text/space_text.c b/source/blender/editors/space_text/space_text.c
index 45cf557c4b4..be9bbdf109e 100644
--- a/source/blender/editors/space_text/space_text.c
+++ b/source/blender/editors/space_text/space_text.c
@@ -403,7 +403,7 @@ void ED_spacetype_text(void)
ARegionType *art;
st->spaceid = SPACE_TEXT;
- strncpy(st->name, "Text", BKE_ST_MAXNAME);
+ STRNCPY(st->name, "Text");
st->create = text_create;
st->free = text_free;