Changeset 90704 in vbox for trunk/src/VBox/ValidationKit/utils
- Timestamp:
- Aug 17, 2021 3:41:36 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp
r90703 r90704 569 569 rc = rc2; 570 570 571 if (RT_SUCCESS(rc)) 571 if ( !g_fTerminate 572 && RT_SUCCESS(rc)) 572 573 { 573 574 /*
Note:
See TracChangeset
for help on using the changeset viewer.