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)
 {

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to