VirtualBox

Changeset 89085 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
May 17, 2021 9:51:52 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
144425
Message:

ValKit/Audio: One more fix required for r144417 (--help fix). ​bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp

    r89081 r89085  
    22442244        {
    22452245            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);
    22472247            else
    2248                 RTStrmPrintf(pStrm, "  %s\n", g_aCmdTestOptions[i].pszLong);
     2248                RTStrmPrintf(pStrm, "  %s\n", paOptions[i].pszLong);
    22492249
    22502250            const char *pszHelp = NULL;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette