libxmp / xmp-cli

Command-line mod player using libxmp
GNU General Public License v2.0
75 stars 22 forks source link

Remove sequence change workaround for old libxmp #22

Closed cmatsuoka closed 3 years ago

cmatsuoka commented 3 years ago

A workaround for sequence changes when using libxmp 4.0.4 or older was causing memory access violations. Since we currently require libxmp 4.4, we can safely drop this workaround.

Fixes #21

Signed-off-by: Claudio Matsuoka cmatsuoka@gmail.com