Undo change for scm_primitive_load_path arity change
authorclinton <clinton@unknownlamer.org>
Mon, 26 Oct 2009 18:24:30 +0000 (18:24 +0000)
committerclinton <clinton@unknownlamer.org>
Mon, 26 Oct 2009 18:24:30 +0000 (18:24 +0000)
The arity was changed back in git master

source/Interp.C

index 02b2506..87dd48d 100644 (file)
@@ -295,8 +295,7 @@ interp_post_startup_helper (void *bot_module)
   // load bobot-utils
   return scm_primitive_load_path
     (scm_from_locale_string ((String(PREFIX) + 
   // load bobot-utils
   return scm_primitive_load_path
     (scm_from_locale_string ((String(PREFIX) + 
-                             "/share/bobotpp/scripts/bobot-utils.scm").c_str ()),
-     SCM_BOOL_F);
+                             "/share/bobotpp/scripts/bobot-utils.scm").c_str ()));
 }
 
 void
 }
 
 void