VirtualBox

Changeset 50407 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Feb 11, 2014 1:58:32 AM (11 years ago)
Author:
vboxsync
Message:

duh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/DBGFAddrSpace.cpp

    r50406 r50407  
    178178    {
    179179        char szEnvValue[8192];
    180         int rcEnv = RTEnvGetEx(RTENV_DEFAULT, s_aProps[i].pszEnvName, szEnvValue, sizeof(szEnvValue), NULL);
     180        rc = RTEnvGetEx(RTENV_DEFAULT, s_aProps[i].pszEnvName, szEnvValue, sizeof(szEnvValue), NULL);
    181181        if (RT_SUCCESS(rc))
    182182        {
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