1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-17 01:00:20 +02:00

Fixed typo.

This commit is contained in:
Marius Vollmer 2006-02-12 12:40:58 +00:00
parent f80187cd4e
commit c3eed9ee87

View file

@ -1,7 +1,7 @@
2006-02-12 Marius Vollmer <mvo@zagadka.de> 2006-02-12 Marius Vollmer <mvo@zagadka.de>
* unif.c (scm_dimensions_to_uniform_array): Use the prototype for * unif.c (scm_dimensions_to_uniform_array): Use the prototype for
filling when the fill paramater is omitted, as documented, but filling when the fill parameter is omitted, as documented, but
turn #\nul into 0 since s8 arrays (signified by a #\nul prototype) turn #\nul into 0 since s8 arrays (signified by a #\nul prototype)
can not store characters. can not store characters.