Revision: 14541
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=14541
Author:   khughes
Date:     2008-04-24 23:35:56 +0200 (Thu, 24 Apr 2008)

Log Message:
-----------
Fix compiler warning about nested C comments.

Modified Paths:
--------------
    trunk/blender/source/blender/blenlib/intern/util.c

Modified: trunk/blender/source/blender/blenlib/intern/util.c
===================================================================
--- trunk/blender/source/blender/blenlib/intern/util.c  2008-04-24 21:26:39 UTC 
(rev 14540)
+++ trunk/blender/source/blender/blenlib/intern/util.c  2008-04-24 21:35:56 UTC 
(rev 14541)
@@ -1224,10 +1224,10 @@
                                }
                        }
                }
-               /*
+#if 0
                ret = getenv("USERPROFILE");
                if (ret) {
-                       if (BLI_exists(ret)) { /* from fop, also below... 
+                       if (BLI_exists(ret)) { /* from fop, also below...  */
                                sprintf(dir, "%s\\Application Data\\Blender 
Foundation\\Blender", ret);
                                BLI_recurdir_fileops(dir);
                                if (BLI_exists(dir)) {
@@ -1236,7 +1236,7 @@
                                }
                        }
                }
-               */
+#endif
 
                /* 
                   Saving in the Windows dir is less than desirable. 


_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to