Changeset 53489 in vbox for trunk/src/VBox
- Timestamp:
- Dec 9, 2014 12:39:54 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97226
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/socket.cpp
r53487 r53489 1619 1619 1620 1620 int rc; 1621 if (bind(pThis->hNative, (struct sockaddr const *)pvAddr, cbAddr) == 0)1621 if (bind(pThis->hNative, (struct sockaddr const *)pvAddr, (int)cbAddr) == 0) 1622 1622 rc = VINF_SUCCESS; 1623 1623 else
Note:
See TracChangeset
for help on using the changeset viewer.