Tatu Kilappa wrote: > ------------------------------------------------------------------------ > > --- oggparsevorbis.c.original 2007-01-03 00:27:48.000000000 +0200 > +++ oggparsevorbis.c 2007-01-03 00:27:34.000000000 +0200 > @@ -87,7 +87,9 @@ > ct[vl] = 0; > > // took from Vorbis_I_spec > - if (!strcmp (tt, "AUTHOR")) > + if (!strcmp (tt, "ALBUM")) > + strncpy (as->album, ct, FFMIN(sizeof (as->author), vl)); > + else if (!strcmp (tt, "ARTIST")) > i think you broke indentation. also, isn't it "sizeof (as->album)" ? Ben
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4