diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-08-03 12:46:50 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-08-03 12:46:50 +0200 |
commit | eaea7f3d3e99f05562f2d8b93101ee09e63d35cb (patch) | |
tree | bb73008c3f1beb2c7203701ac5275f05c8cb660f /community/deadbeef/arm-buildfix.patch | |
parent | 7b58243be2f8c8d173eb46ebd545d7b6289514b7 (diff) | |
download | aports-eaea7f3d3e99f05562f2d8b93101ee09e63d35cb.tar.bz2 aports-eaea7f3d3e99f05562f2d8b93101ee09e63d35cb.tar.xz |
community/deadbeef: fix header too
Diffstat (limited to 'community/deadbeef/arm-buildfix.patch')
-rw-r--r-- | community/deadbeef/arm-buildfix.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/deadbeef/arm-buildfix.patch b/community/deadbeef/arm-buildfix.patch index a0dfba601d..4404891948 100644 --- a/community/deadbeef/arm-buildfix.patch +++ b/community/deadbeef/arm-buildfix.patch @@ -11,3 +11,16 @@ index 173a756..2158bae 100644 {-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,0,1,2,3,4,5,6,7,8,-1,-1,-1,-1,-1,-1,-1}; const unsigned short Cs3mPlayer::notetable[12] = // S3M adlib note table +diff --git a/plugins/adplug/adplug/s3m.h b/plugins/adplug/adplug/s3m.h +index cf58c44..a00404c 100644 +--- a/plugins/adplug/adplug/s3m.h ++++ b/plugins/adplug/adplug/s3m.h +@@ -92,7 +92,7 @@ class Cs3mPlayer: public CPlayer + char filetype[30]; + + private: +- static const char chnresolv[]; ++ static const signed char chnresolv[]; + static const unsigned short notetable[12]; + static const unsigned char vibratotab[32]; + |