VirtualBox

Changeset 63397 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Aug 12, 2016 8:22:55 PM (8 years ago)
Author:
vboxsync
Message:

AutostartDb-generic.cpp: missing cast.

File:
1 edited

Legend:

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

    r62485 r63397  
    8484                    if (cbFile)
    8585                    {
    86                         rc = RTFileRead(hAutostartFile, abBuf, cbFile, NULL);
     86                        rc = RTFileRead(hAutostartFile, abBuf, (size_t)cbFile, NULL);
    8787                        if (RT_SUCCESS(rc))
    8888                        {
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