Changeset 90979 in vbox for trunk/src/VBox/ValidationKit/utils
- Timestamp:
- Aug 29, 2021 7:37:31 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp
r90977 r90979 1309 1309 } 1310 1310 1311 audioTestShowLogo(g_pStdOut); 1312 1311 1313 if (fDaemonize) 1312 1314 { 1313 1315 if (!fDaemonized) 1314 1316 { 1315 audioTestShowLogo(g_pStdOut);1316 1317 1317 rc = RTProcDaemonize(argv, "--daemonized"); 1318 1318 if (RT_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.