Hello Jan,
Jan Šmydke 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 200
Hi,
I found
(use-modules (rnrs io ports))
(define v (call-with-input-file "EIVE01.DAT" (lambda (port)
>
(get-bytevector-n port (* 5 1024 1024 1024)
>
fails due to 'out of range':
ERROR: In procedure get-bytevector-n:
ERROR: Value out of range 0 to 4294967295: 52434042880
The "count"