Changeset 3921a7f87de03160ecd18bcfeb68fbac459f2094
- Timestamp:
- 19/07/08 12:48:17
(5 months ago)
- Author:
- Rémi Duraffort <ivoire@videolan.org>
- git-committer:
- Rémi Duraffort <ivoire@videolan.org> 1216464497 +0200
- git-parent:
[347cc8cc494f02050c3c1685fa35825e257c5a5d]
- git-author:
- Rémi Duraffort <ivoire@videolan.org> 1216464497 +0200
- Message:
Fix a compilation warning.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r3561b9b |
r3921a7f |
|
| 183 | 183 | char *psz; |
|---|
| 184 | 184 | char *buf; |
|---|
| 185 | | int a, b = 1; |
|---|
| | 185 | int a = 1; |
|---|
| | 186 | int b = 1; |
|---|
| 186 | 187 | psz = stream_ReadLine( p_demux->s ); |
|---|
| 187 | 188 | |
|---|