Changeset c8075f3500bfdd1e4159f5091c767bcd916f0e26
- Timestamp:
- 05/30/08 15:44:19
(3 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1212155059 +0200
- git-parent:
[136eb9e288cc80ffc46b9d0d6a99966b3dbf1670]
- git-author:
- Rafaël Carré <funman@videolan.org> 1212155053 +0200
- Message:
Remove dead code - CID 9
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r449fd28 |
rc8075f3 |
|
| 190 | 190 | if( i_len > 128 ) |
|---|
| 191 | 191 | i_len = 128; |
|---|
| 192 | | else |
|---|
| 193 | | if( i_len < 0 ) |
|---|
| 194 | | i_len = 0; |
|---|
| 195 | 192 | } |
|---|
| 196 | 193 | else |
|---|