Fix typo.

This commit is contained in:
jjgarcia 2003-04-10 19:15:24 +00:00
parent 54487f34f7
commit 4d2af3a55c

View file

@ -546,7 +546,7 @@ interpret_dotimes(cl_object *vector) {
vector = interpret(vector);
output = packed_label(vector-1);
if (FIXNUMP(VALUES(0))) {
if (FIXNUMP(length)) {
cl_fixnum i, l = fix(length);
/* 3) Loop while needed */
for (i = 0; i < l;) {