Tom "spot" Callaway
Tom "spot" Callaway
&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).
https://x.com/editingemily/status/1730304331386179948?s=20
## Description This change adds prinf style formatting to Rf_error calls. Without this, compilation fails when -Wformat-security is passed to gcc. ``` /home/spot/git/libsbml/libsbml-5.20.2/build/src/bindings/r/libsbml_wrap.cpp:330601:17: error: format not a string literal and...