bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#62690: Guile 3.0.9 (read-u8) defaults to current-output-port


From: Ludovic Courtès
Subject: bug#62690: Guile 3.0.9 (read-u8) defaults to current-output-port
Date: Sun, 16 Jul 2023 22:31:32 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Hi,

Rui Zhang <zrui16@hotmail.com> skribis:

> In scheme/base.scm:
>
> (define* (read-u8 #:optional (port (current-output-port)))
>   (get-u8 port))
>
> I think this is a typo, where current-output-port should be 
> current-input-port?

Oops, fixed, thanks!

Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]