VirtualBox

Changeset 95200 in vbox


Ignore:
Timestamp:
Jun 5, 2022 8:16:39 PM (3 years ago)
Author:
vboxsync
Message:

IPRT/thread: typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/thread.cpp

    r93115 r95200  
    916916        if (pThread)
    917917        {
    918             const char *szName = pThread->szName;
     918            const char *pszName = pThread->szName;
    919919            rtThreadRelease(pThread);
    920             return szName;
     920            return pszName;
    921921        }
    922922    }
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