diff options
Diffstat (limited to 'src/interp/lisplib.boot')
-rw-r--r-- | src/interp/lisplib.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/lisplib.boot b/src/interp/lisplib.boot index 51210ea0..053fdf0d 100644 --- a/src/interp/lisplib.boot +++ b/src/interp/lisplib.boot @@ -343,7 +343,7 @@ loadLibNoUpdate(cname, libName, fullLibName) == sayKeyedMsg("S2IL0002",[namestring fullLibName,kind,cname]) if CATCH('VERSIONCHECK,loadModule(fullLibName,cname)) = -1 then - PRINC('" wrong library version...recompile ") + writeString('" wrong library version...recompile ") PRINC(fullLibName) TERPRI() TOPLEVEL() |