Project

General

Profile

audacious-plugins-3.6-arm-no-narrowing.patch

Michael Schwendt, March 03, 2015 17:00

View differences:

audacious-plugins-3.6/src/adplug/core/s3m.cc 2015-03-03 16:53:52.260021152 +0100
26 26

  
27 27
#include "s3m.h"
28 28

  
29
const char
29
const signed char
30 30
  Cs3mPlayer::chnresolv[] =     // S3M -> adlib channel conversion
31 31
{ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 1, 2, 3,
32 32
    4, 5, 6, 7, 8, -1, -1, -1, -1, -1, -1, -1 };