Changeset 13495399910badd56f947af8c88d07fda997ad3c
- Timestamp:
- 18/08/07 15:18:30
(1 year ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1187443110 +0000
- git-parent:
[79d9aaf671c425248a8f14bb1f2925f4de0bcdc2]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1187443110 +0000
- Message:
meta.c: Previous commit credited to Ilkka Ollakka.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r79d9aaf |
r1349539 |
|
| 338 | 338 | psz_title = ArtCacheCreateString( p_item->psz_name ); |
|---|
| 339 | 339 | |
|---|
| 340 | | if( !psz_title || (!psz_album && !psz_artist) ) |
|---|
| | 340 | if( !psz_title || ( !psz_artist && !psz_album) ) |
|---|
| 341 | 341 | { |
|---|
| 342 | 342 | free( psz_title ); |
|---|