[mcclim-devel] [PATCH] one more undefined variable
Nikodemus Siivola
nikodemus at random-state.net
Mon Jan 21 18:38:16 UTC 2008
* Looks like a simple typo.
---
recording.lisp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/recording.lisp b/recording.lisp
index b113b1c..8bb234a 100644
--- a/recording.lisp
+++ b/recording.lisp
@@ -1730,7 +1730,7 @@ were added."
(:bottom (incf top (- point-y descent))
(incf bottom (- point-y descent)))
(:center (incf top (+ point-y (ceiling (- ascent descent) 2)))
- (incf bottom (+ point-xy (ceiling (- ascent descent) 2)))))
+ (incf bottom (+ point-y (ceiling (- ascent descent) 2)))))
(values left top right bottom))))
(defmethod* (setf output-record-position) :around
--
1.5.3.1-dirty
More information about the mcclim-devel
mailing list