mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
*** empty log message ***
This commit is contained in:
parent
be2d2946bc
commit
8710eba09b
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
||||||
|
|
||||||
(define (save-dumpcode dump file)
|
(define (save-dumpcode dump file)
|
||||||
(call-with-output-file file
|
(call-with-output-file file
|
||||||
(lambda (out) (uniform-vector-write bytes out))))
|
(lambda (out) (uniform-vector-write dump out))))
|
||||||
|
|
||||||
(define (integer->bytes n)
|
(define (integer->bytes n)
|
||||||
(string (integer->char n)))
|
(string (integer->char n)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue