From 0ece17c4695dba821d0aa3693a45232d43e15b85 Mon Sep 17 00:00:00 2001 From: cage Date: Sat, 19 Mar 2022 10:58:35 +0100 Subject: [PATCH] - added package qualificator to constant's name to prevent warning. --- src/misc-utils.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc-utils.lisp b/src/misc-utils.lisp index 2301c18..daae98a 100644 --- a/src/misc-utils.lisp +++ b/src/misc-utils.lisp @@ -1047,4 +1047,4 @@ to the array" #-quicklisp (format t "Unable to print dependencies because quicklisp was not loaded when compiling ~a.~%" - +program-name+)) + config:+program-name+))