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:
Diffstat (limited to 'source/blender/src/toolbox.c')
-rw-r--r--source/blender/src/toolbox.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/src/toolbox.c b/source/blender/src/toolbox.c
index 8b78f018570..364193c52e1 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -1025,6 +1025,8 @@ void toolbox(void)
/* ************************************ */
+/* this va_ stuff allows printf() style codes in these menus */
+
static int vconfirm(char *title, char *itemfmt, va_list ap)
{
char *s, buf[512];