Changeset 91684 in vbox
- Timestamp:
- Oct 12, 2021 8:31:58 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/Audio/AudioTest.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioTest.cpp
r91682 r91684 2388 2388 pCmp->pszName, 2389 2389 fPre ? "Pre" : "Post", cbBeacon ? "found" : "not found", cbBeacon, cbBeaconExpected); 2390 AssertRC(rc2); 2391 } 2392 else 2393 { 2394 int rc2 = audioTestErrorDescAddInfo(pVerJob->pErr, pVerJob->idxTest, "File '%s': %s beacon found and valid", 2395 pCmp->pszName, fPre ? "Pre" : "Post"); 2390 2396 AssertRC(rc2); 2391 2397 }
Note:
See TracChangeset
for help on using the changeset viewer.

