julius icon indicating copy to clipboard operation
julius copied to clipboard

cast header_len to char *, so we can properly use swap_bytes()

Open spotaws opened this issue 1 year ago • 0 comments

&header_len is a short unsigned int *, which swap_bytes() isn't expecting. Casting it to char * gives it what it expects (and matches other behavior in the julius code).

spotaws avatar Feb 10 '24 13:02 spotaws