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:
-rw-r--r--source/creator/creator.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index aecff4c9e03..3074d09646f 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -1196,10 +1196,13 @@ static int set_addons(int argc, const char **argv, void *data)
}
}
-static int test_file(int UNUSED(argc), const char **argv, void *data)
+#if 0
+static int test_file(int UNUSED(argc), const char **argv, void *UNUSED(data))
{
printf("path is %s\n", argv[0]);
+ return 1;
}
+#endif
static int load_file(int UNUSED(argc), const char **argv, void *data)
{