libid3tag
cab <[email protected]> Sat, 16 Jun 2007 11:28:27 +0200
| Newsgroups | gmane.comp.audio.mad.devel |
|---|---|
| Message-ID | <1181986107.9291.4.camel@cab-desktop> |
Hello,
Ok I'm here to report a few bugs with libid3tag
The function id3_file_open works half the time
file=id3_file_open(input,ID3_FILE_MODE_READONLY);
if (file==NULL)
{
printf("file error(id3_tag_size fun)\n");
return 1;
}
this line often return 1 and prints file error
each time I execute this command, I check the file path and it's correct
so I concluded that the bug was coming from this function.
Thanks.
Best Regards
Cab