Fix off-by-one error in the off-by-one fix of `make-srfi-4-vector'.
authorLudovic Courtès <ludo@gnu.org>
Wed, 3 Mar 2010 09:18:41 +0000 (10:18 +0100)
committerLudovic Courtès <ludo@gnu.org>
Wed, 3 Mar 2010 09:18:41 +0000 (10:18 +0100)
commitdc327575a8564257d8b84d835d72bc4fe098ba46
tree559682828c5676ab65ee9bf2b9dd72138b01f0a0
parent3278efd3fa3fc106da5c5b704b26f35e5ec16ac4
Fix off-by-one error in the off-by-one fix of `make-srfi-4-vector'.

This is a followup to d900a8557db21641413db8995a7cdc1453adbe1f ("Fix
off-by-one error when initializing vectors in `make-srfi-4-vector'.").

* libguile/srfi-4.c (scm_make_srfi_4_vector): Don't initialize RET when
  LEN is zero.
libguile/srfi-4.c