Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 297599
Collapse All | Expand All

(-)mpd-0.15.6.orig/src/decoder/wavpack_plugin.c (-1 / +1 lines)
Lines 72-78 Link Here
72
72
73
	switch (bytes_per_sample) {
73
	switch (bytes_per_sample) {
74
	case 1: {
74
	case 1: {
75
		uchar *dst = buffer;
75
		unsigned char *dst = buffer;
76
		/*
76
		/*
77
		 * The asserts like the following one are because we do the
77
		 * The asserts like the following one are because we do the
78
		 * formatting of samples within a single buffer. The size
78
		 * formatting of samples within a single buffer. The size

Return to bug 297599