Changeset 8b05507e3109d11ea476dfbc797c80b07af33195
- Timestamp:
- 28/06/06 17:16:23
(2 years ago)
- Author:
- Clément Stenac <zorglub@videolan.org>
- git-committer:
- Clément Stenac <zorglub@videolan.org> 1151507783 +0000
- git-parent:
[37bd4719b8cbc109c853130393cb30d16b49af7c]
- git-author:
- Clément Stenac <zorglub@videolan.org> 1151507783 +0000
- Message:
Compile fix
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r5e2c9b5 |
r8b05507 |
|
| 575 | 575 | |
|---|
| 576 | 576 | if( p_meta->psz_title ) psz_title = p_meta->psz_title; |
|---|
| 577 | | if( p_meta->psz_provider) psz_provider = p_meta->psz_publisher; |
|---|
| | 577 | if( p_meta->psz_publisher ) psz_provider = p_meta->psz_publisher; |
|---|
| 578 | 578 | if( p_meta->psz_nowplaying ) psz_now_playing = p_meta->psz_nowplaying; |
|---|
| 579 | 579 | |
|---|