Hello Jan, Jan Šmydke <jan.smy...@gmail.com> skribis:
> The "count" variable was of "unsigned" type (i.e. 32-bit) so I changed it > to "size_t" and the problem is solved. > > Enclosed is the corresponding patch (using format-patch) > > Jan Šmydke > From 5b72b9d9c3cfa40884594eb1d403ec1d2f477d37 Mon Sep 17 00:00:00 2001 > From: Jan Smydke <jan.smy...@gmail.com> > Date: Sat, 19 May 2018 12:48:01 +0200 > Subject: [PATCH] get-bytevector-n and get-bytevector-n! can now read more than > 4 GB: var "count" changed from unsigned to size_t > > --- > libguile/r6rs-ports.c | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) Awesome. I adjusted the commit log to match our conventions and committed. Thank you! Ludo’.