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

(-)gtkpod-0.72.orig/src/mp3file.c (-1 / +2 lines)
Lines 1296-1301 Link Here
1296
{
1296
{
1297
    Track *track = NULL;
1297
    Track *track = NULL;
1298
    File_Tag filetag;
1298
    File_Tag filetag;
1299
    mp3info *mp3info;
1299
1300
1300
    track = g_malloc0 (sizeof (Track));
1301
    track = g_malloc0 (sizeof (Track));
1301
1302
Lines 1370-1376 Link Here
1370
    }
1371
    }
1371
1372
1372
    /* Get additional info (play time and bitrate */
1373
    /* Get additional info (play time and bitrate */
1373
    mp3info *mp3info = mp3file_get_info (name);
1374
    mp3info = mp3file_get_info (name);
1374
    if (mp3info)
1375
    if (mp3info)
1375
    {
1376
    {
1376
	track->tracklen = mp3info->milliseconds;
1377
	track->tracklen = mp3info->milliseconds;

Return to bug 39177