[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [56008] trunk/blender/source/creator/ creator.c: Fix compilation, ifdef test_file just in case it is useful for later.

Antony Riakiotakis kalast at gmail.com
Sat Apr 13 16:05:32 CEST 2013


Revision: 56008
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=56008
Author:   psy-fi
Date:     2013-04-13 14:05:31 +0000 (Sat, 13 Apr 2013)
Log Message:
-----------
Fix compilation, ifdef test_file just in case it is useful for later.

Modified Paths:
--------------
    trunk/blender/source/creator/creator.c

Modified: trunk/blender/source/creator/creator.c
===================================================================
--- trunk/blender/source/creator/creator.c	2013-04-13 12:49:22 UTC (rev 56007)
+++ trunk/blender/source/creator/creator.c	2013-04-13 14:05:31 UTC (rev 56008)
@@ -1196,10 +1196,13 @@
 	}
 }
 
-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)
 {




More information about the Bf-blender-cvs mailing list