X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=sql%2Fdb-interface.lisp;h=10b25d93defb0bbd1c1325561669b4c271c723b8;hp=298214ae0cdcfd9c734f9428942212bf1c5a7c6b;hb=78489032c6f66ce666ffe5e2e726503b61b94616;hpb=16cede958e7f229e2502ab6309591e344bee54f5 diff --git a/sql/db-interface.lisp b/sql/db-interface.lisp index 298214a..10b25d9 100644 --- a/sql/db-interface.lisp +++ b/sql/db-interface.lisp @@ -476,4 +476,4 @@ for foreign libraries \(in addition to the default places).") (defun push-library-path (path) "Adds the pathspec PATH \(which should denote a directory) to the list *FOREIGN-LIBRARY-SEARCH-PATHS*." - (push path *foreign-library-search-paths*)) \ No newline at end of file + (pushnew path *foreign-library-search-paths* :test #'equal))