Changeset 5fad05019f7b6cd5623512b3a2ac05c3ca1f717d

Show
Ignore:
Timestamp:
11/03/08 19:48:41 (9 months ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1205261321 +0100
git-parent:

[2bb861e3f7af67ba599e3e4e85608f36b2826843]

git-author:
Rafaël Carré <funman@videolan.org> 1205261321 +0100
Message:

herm, "attachment://" is 13 characters, not 15

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/playlist/control.c

    r2bb861e r5fad050  
    504504        b_has_art = !EMPTY_STR( psz_arturl ); 
    505505 
    506         if( !b_has_art || strncmp( psz_arturl, "attachment://", 15 ) ) 
     506        if( !b_has_art || strncmp( psz_arturl, "attachment://", 13 ) ) 
    507507        { 
    508508            PL_DEBUG( "requesting art for %s", psz_name );