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

(-)a/pyid3lib.cc (-2 / +2 lines)
Lines 920-926 enum frame_type Link Here
920
920
921
typedef struct
921
typedef struct
922
{
922
{
923
    char* name;
923
    const char* name;
924
    ID3_FrameID fid;
924
    ID3_FrameID fid;
925
    frame_type type;
925
    frame_type type;
926
} magic_attribute;
926
} magic_attribute;
Lines 1030-1036 static PyObject* id3_getattr( ID3Object* self, char* attrname ) Link Here
1030
    {
1030
    {
1031
        ID3_Frame* frame;
1031
        ID3_Frame* frame;
1032
	const char* str;
1032
	const char* str;
1033
	char* slash;
1033
	const char* slash;
1034
        ID3_Field* fld;
1034
        ID3_Field* fld;
1035
	int i;
1035
	int i;
1036
1036

Return to bug 274076