On Sun, 2022-09-11 at 12:19 -0400, Paul Smith wrote: > On Sun, 2022-09-11 at 17:16 +0200, Toralf Förster wrote: > > make: invalid shuffle mode: '1662909020r' > > Hm. Wonder where that "r" came from. I will look. > > Oh I see it looks like an off-by-one buffer size error. Will fix, > thanks.
No, I lied. The buffer is large enough even though there is an off-by- one error since it can hold a 64bit integer and the shuffle mode is only 32 bits. I made a change for cleanliness but it shouldn't matter. I've carefully reviewed the code and am stumped. I wonder if somehow the "r" is being added because the make was invoked with "-r". But that shouldn't happen, and I can't reproduce it. I'll look at little further.