VirtualBox

Changeset 92828 in vbox for trunk


Ignore:
Timestamp:
Dec 8, 2021 4:25:56 PM (3 years ago)
Author:
vboxsync
Message:

Main: bugref:1909: Fixed compilation errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp

    r92826 r92828  
    119119#endif
    120120    /* Try to find translated, then untranslated */
    121     for (int k = 0; k < RT_ELEMENTS(pHelpLangEntry) && cFound == 0; k++)
     121    for (uint32_t k = 0; k < RT_ELEMENTS(pHelpLangEntry) && cFound == 0; k++)
    122122    {
    123123        /* skip if english is used */
     
    181181#endif
    182182    /* Try to find translated, then untranslated */
    183     for (int k = 0; k < RT_ELEMENTS(pHelpLangEntry) && cFound == 0; k++)
     183    for (uint32_t k = 0; k < RT_ELEMENTS(pHelpLangEntry) && cFound == 0; k++)
    184184    {
    185185        /* skip if english is used */
Note: See TracChangeset for help on using the changeset viewer.

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