Changeset 4c4ad240294546960d94560fffd40e2e0ae3ce0a
- Timestamp:
- 21/12/07 19:56:54
(10 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1198263414 +0000
- git-parent:
[3c3259132706c07bf0046e922945974c0993f469]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1198263414 +0000
- Message:
network/io.c: net_Select should return i_total on timeout.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r3c32591 |
r4c4ad24 |
|
| 289 | 289 | |
|---|
| 290 | 290 | case 0: // timeout |
|---|
| 291 | | if( timeout ) return 0; |
|---|
| | 291 | if( timeout ) return i_total; |
|---|
| 292 | 292 | continue; |
|---|
| 293 | 293 | } |
|---|