On Tue Oct 18 10:05:01 2022 +0000, Matteo Bruni wrote:
You forgot to increment the "byte" pointer, you're only printing the first byte. BTW, I'd just get rid of this function and related machinery entirely. The hex prints do the job just fine.
Fixed the increment. Thanks for pointing it out, I was running in circles trying to fix the SetRawValue() implementation because of that. I'll remove the function in the final version of the patch. (It's helpful to me while working on it.)