Changeset 70021 in vbox
- Timestamp:
- Dec 8, 2017 12:17:09 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 119551
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r70015 r70021 2839 2839 2840 2840 GetExtraDataBoth(virtualBox, pMachine, "VBoxInternal2/Audio/Debug/Enabled", &strTmp); 2841 const bool fDebugEnabled = strTmp.equalsIgnoreCase("true") || strTmp.equalsIgnoreCase("1");2841 const uint64_t fDebugEnabled = (strTmp.equalsIgnoreCase("true") || strTmp.equalsIgnoreCase("1")) ? 1 : 0; 2842 2842 2843 2843 Utf8Str strDebugPathOut;
Note:
See TracChangeset
for help on using the changeset viewer.