Project

General

Profile

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

Michael Schwendt, March 03, 2015 17:08

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 };
audacious-plugins-3.6/src/adplug/core/s3m.h 2015-03-03 17:06:48.714707068 +0100
90 90
	unsigned char crow,ord,speed,tempo,del,songend,loopstart,loopcnt;
91 91

  
92 92
private:
93
	static const char chnresolv[];
93
	static const signed char chnresolv[];
94 94
	static const unsigned short notetable[12];
95 95
	static const unsigned char vibratotab[32];
96 96