VirtualBox

Changeset 1768 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Mar 28, 2007 1:08:35 PM (18 years ago)
Author:
vboxsync
Message:

Fixed typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/os2/thread-os2.cpp

    r1766 r1768  
    111111
    112112#ifdef fibGetTidPid
    113     rtThreadMain(pThread, fibGetTidPid(), &pThread->&szName);
     113    rtThreadMain(pThread, fibGetTidPid(), &pThread->szName[0]);
    114114#else
    115     rtThreadMain(pThread, _gettid(), &pThread->&szName);
     115    rtThreadMain(pThread, _gettid(), &pThread->szName[0]);
    116116#endif
    117117
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