We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f533a7 commit aec68fdCopy full SHA for aec68fd
src/common.h
@@ -62,7 +62,7 @@ struct options {
62
const char *out_file; /* output file name */
63
char *ins_path; /* instrument path */
64
char *driver_parm[MAX_DRV_PARM]; /* driver parameters */
65
- char mute[XMP_MAX_CHANNELS];
+ signed char mute[XMP_MAX_CHANNELS];
66
};
67
68
struct control {
0 commit comments