From: clinton Date: Mon, 26 Oct 2009 18:24:30 +0000 (+0000) Subject: Undo change for scm_primitive_load_path arity change X-Git-Tag: release-2.3.1~17 X-Git-Url: http://git.hcoop.net/clinton/bobotpp.git/commitdiff_plain/8ab8c3fc4908821517896ffcf510316d4e10b2be Undo change for scm_primitive_load_path arity change The arity was changed back in git master --- 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