VirtualBox

Changeset 80586 in vbox


Ignore:
Timestamp:
Sep 4, 2019 2:14:03 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
133106
Message:

Runtime: Windows build fix for r133105

File:
1 edited

Legend:

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

    r80573 r80586  
    77987798        Utf8Str strHardeningLogFile = i_getHardeningLogFilename();
    77997799        uint64_t cbStartupLogFile = 0;
    7800         int vrc2 = RTFileQuerySize(strHardeningLogFile.c_str(), &cbStartupLogFile);
     7800        int vrc2 = RTFileQuerySizeByPath(strHardeningLogFile.c_str(), &cbStartupLogFile);
    78017801        if (RT_SUCCESS(vrc2) && cbStartupLogFile > 0)
    78027802            strExtraInfo.append(Utf8StrFmt(tr(".  More details may be available in '%s'"), strHardeningLogFile.c_str()));
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