From 8ab8c3fc4908821517896ffcf510316d4e10b2be Mon Sep 17 00:00:00 2001 From: clinton Date: Mon, 26 Oct 2009 18:24:30 +0000 Subject: [PATCH] Undo change for scm_primitive_load_path arity change The arity was changed back in git master --- source/Interp.C | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/Interp.C b/source/Interp.C index 02b2506..87dd48d 100644 --- a/source/Interp.C +++ b/source/Interp.C @@ -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) + - "/share/bobotpp/scripts/bobot-utils.scm").c_str ()), - SCM_BOOL_F); + "/share/bobotpp/scripts/bobot-utils.scm").c_str ())); } void -- 2.20.1