VirtualBox

Ignore:
Timestamp:
Jul 20, 2016 3:45:58 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
108908
Message:

Main/VBoxSVC: enable -Wconversion plus a couple of fixes (all harmless)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/generic/NetIf-generic.cpp

    r56994 r62363  
    113113    if (fp)
    114114    {
    115         if (fgets(pszBuffer, cBufSize, fp))
     115        if (fgets(pszBuffer, (int)cBufSize, fp))
    116116        {
    117117            if (!strncmp(VBOXNETADPCTL_NAME ":", pszBuffer, sizeof(VBOXNETADPCTL_NAME)))
Note: See TracChangeset for help on using the changeset viewer.

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