VirtualBox

Changeset 53489 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 9, 2014 12:39:54 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
97226
Message:

build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/socket.cpp

    r53487 r53489  
    16191619
    16201620    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)
    16221622        rc = VINF_SUCCESS;
    16231623    else
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette