Changeset c69ca05dbe5cb62b500b547a5953ab08a5a63b8c
- Timestamp:
- 06/15/08 02:48:31
(3 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1213490911 -0700
- git-parent:
[2d85699db07d43c46ca2b7eafcf81bfce489b0e9]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1213490911 -0700
- Message:
Kill a "cannot pass objects of non-POD type 'class TagLib::FileName?' through '...'; call will abort at runtime" warning/error on Windows.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r3561b9b |
rc69ca05 |
|
| 137 | 137 | "%s: Invalid picture embedded by broken iTunes version, " |
|---|
| 138 | 138 | "you really shouldn't use this crappy software.", |
|---|
| 139 | | f.file()->name() ); |
|---|
| | 139 | (const char *)f.file()->name() ); |
|---|
| 140 | 140 | break; |
|---|
| 141 | 141 | } |
|---|