Changeset a1758f7becf2271314eb32a89f9a6c79c1d6d3f2
- Timestamp:
- 20/09/07 21:16:58
(1 year ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1190315818 +0000
- git-parent:
[74da7a424fdcaea34fed38e37f844dbeade9a3b3]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1190315818 +0000
- Message:
Fix typo
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra1631eb |
ra1758f7 |
|
| 80 | 80 | WSAPROTOCOL_INFO info; |
|---|
| 81 | 81 | WSADuplicateSocket (rtp_fd, GetProcessId (), &info); |
|---|
| 82 | | fd = WSASocket (info.iAddressFamily, info.iSockets, info.iProtocol, |
|---|
| | 82 | fd = WSASocket (info.iAddressFamily, info.iSocketType, info.iProtocol, |
|---|
| 83 | 83 | &info, 0, 0); |
|---|
| 84 | 84 | #endif |
|---|