Changeset 20ea77298e7e9ee942012ca680bb3618b46c8c73
- Timestamp:
- 25/05/07 21:18:12
(2 years ago)
- Author:
- Laurent Aimar <fenrir@videolan.org>
- git-committer:
- Laurent Aimar <fenrir@videolan.org> 1180120692 +0000
- git-parent:
[586988c0210c28393c842bd2851acf824c07fed3]
- git-author:
- Laurent Aimar <fenrir@videolan.org> 1180120692 +0000
- Message:
Compilation warning fix.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r575b4f3 |
r20ea772 |
|
| 932 | 932 | break; |
|---|
| 933 | 933 | case VLC_VAR_TIME: |
|---|
| 934 | | printf( ": " I64Fi, p_var->val.i_time ); |
|---|
| | 934 | printf( ": " I64Fi, (int64_t)p_var->val.i_time ); |
|---|
| 935 | 935 | break; |
|---|
| 936 | 936 | case VLC_VAR_ADDRESS: |
|---|