Hi, Rui Zhang <[email protected]> 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’.
