Changeset 89085 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- May 17, 2021 9:51:52 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 144425
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp
r89081 r89085 2244 2244 { 2245 2245 if (RT_C_IS_PRINT(paOptions[i].iShort)) 2246 RTStrmPrintf(pStrm, " -%c, %s\n", g_aCmdTestOptions[i].iShort, g_aCmdTestOptions[i].pszLong);2246 RTStrmPrintf(pStrm, " -%c, %s\n", paOptions[i].iShort, paOptions[i].pszLong); 2247 2247 else 2248 RTStrmPrintf(pStrm, " %s\n", g_aCmdTestOptions[i].pszLong);2248 RTStrmPrintf(pStrm, " %s\n", paOptions[i].pszLong); 2249 2249 2250 2250 const char *pszHelp = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.