View | Details | Raw Unified | Return to bug 10258
Collapse All | Expand All

(-)xmms-1.2.10/Input/mpg123/id3_frame_content.c (+2 lines)
Lines 48-53 Link Here
48
	text_beg = text = id3_string_decode(ID3_TEXT_FRAME_ENCODING(frame),
48
	text_beg = text = id3_string_decode(ID3_TEXT_FRAME_ENCODING(frame),
49
					    ID3_TEXT_FRAME_PTR(frame));
49
					    ID3_TEXT_FRAME_PTR(frame));
50
50
51
	if (!text_beg) return NULL;
52
51
	/*
53
	/*
52
	 * If content is just plain text, return it.
54
	 * If content is just plain text, return it.
53
	 */
55
	 */

Return to bug 10258