Changeset d6a7c477213c5b927459372e89c8ddc3b67a9475
- Timestamp:
- 02/11/07 17:10:31
(2 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1171210231 +0000
- git-parent:
[14fb31d9ad306f08d77bd234957651b32712dad2]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1171210231 +0000
- Message:
Byte order fix
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r02859f7 |
rd6a7c47 |
|
| 625 | 625 | plgroup ?: "", |
|---|
| 626 | 626 | comedia ?: "", |
|---|
| 627 | | net_GetPort ((const struct sockaddr *)&p_session->addr), |
|---|
| | 627 | ntohs (net_GetPort ((const struct sockaddr *)&p_session->addr)), |
|---|
| 628 | 628 | p_session->sdpformat); |
|---|
| 629 | 629 | free (plgroup); |
|---|