Changeset c096167887596eb4782391a552d453f191b22fa0
- Timestamp:
- 03/23/07 20:35:18
(1 year ago)
- Author:
- Laurent Aimar <fenrir@videolan.org>
- git-committer:
- Laurent Aimar <fenrir@videolan.org> 1174678518 +0000
- git-parent:
[4eaced5404946a6f62409cc0b32714e175fb0e91]
- git-author:
- Laurent Aimar <fenrir@videolan.org> 1174678518 +0000
- Message:
Fixed compilation warning.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rd2dff44 |
rc096167 |
|
| 84 | 84 | |
|---|
| 85 | 85 | char *psz_path; |
|---|
| 86 | | char *psz_ext; |
|---|
| | 86 | const char *psz_ext; |
|---|
| 87 | 87 | char *psz_file; |
|---|
| 88 | 88 | int64_t i_size; |
|---|