Fix optional end argument in `uniform-vector-read!'.
authorIan Price <ianprice90@googlemail.com>
Sun, 20 Oct 2013 19:16:09 +0000 (20:16 +0100)
committerIan Price <ianprice90@googlemail.com>
Sun, 20 Oct 2013 19:28:31 +0000 (20:28 +0100)
commitb1fe20c24ccb380420ea1ffdc7f249224072dcdc
tree6e2223878fac6d4fc2f730161c831fc9e7730f99
parent9cdf0ac603303ed8940a29d4fc4d8454f97b79aa
Fix optional end argument in `uniform-vector-read!'.

Fixes <http://bugs.gnu.org/15370>.
Reported by Thien-Thi Nguyen <ttn@gnu.org>.

* libguile/deprecated.c (scm_uniform_vector_read_x): Only multiply by
  width when argument supplied.
libguile/deprecated.c