Replace scm_c_generalized_vector_length in random.c
authorDaniel Llorens <daniel.llorens@bluewin.ch>
Tue, 9 Apr 2013 16:09:49 +0000 (18:09 +0200)
committerAndy Wingo <wingo@pobox.com>
Thu, 6 Feb 2014 09:49:23 +0000 (10:49 +0100)
commit4a7dac39a9021eeb26beefaf72d3ce63624940a0
tree180f1d7558f8c9763000c72aaaaf3c13e5499aab
parent7e7e3b7f06e01022f29dc4549e955641f7052016
Replace scm_c_generalized_vector_length in random.c

* libguile/random.c: (random:solid-sphere!): array is of known
  rank 1, so use scm_c_array_length() instead.
libguile/random.c