chiark / gitweb /
src/parser/floc-proto.lisp: Restore missing argument.
[sod] / src / parser / floc-proto.lisp
index 1c3c930766b6a087f0fb06b0cfd263baf59ce9c3..484fce05c044e69e8aa1c8cd6c6a71b228701cc0 100644 (file)
@@ -7,7 +7,7 @@
 
 ;;;----- Licensing notice ---------------------------------------------------
 ;;;
-;;; This file is part of the Sensble Object Design, an object system for C.
+;;; This file is part of the Sensible Object Design, an object system for C.
 ;;;
 ;;; SOD is free software; you can redistribute it and/or modify
 ;;; it under the terms of the GNU General Public License as published by
@@ -165,7 +165,7 @@ (defun make-condition-with-location (default-type floc datum &rest arguments)
     (etypecase datum
       (condition-with-location datum)
       (condition (wrap datum))
-      (symbol (apply #'make arguments))
+      (symbol (apply #'make datum arguments))
       ((or string function) (make default-type
                                  :format-control datum
                                  :format-arguments arguments)))))