View | Details | Raw Unified
Collapse All | Expand All

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