VirtualBox

Changeset 21154 in vbox for trunk


Ignore:
Timestamp:
Jul 2, 2009 11:53:51 AM (16 years ago)
Author:
vboxsync
Message:

fixed potential uninitialized member of ministring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/ministring_cpp.h

    r21098 r21154  
    6161
    6262    ministring(const ministring &s)
     63        : m_psz(NULL)
    6364    {
    6465        copyFrom(s);
     
    6667
    6768    ministring(const char *pcsz)
     69        : m_psz(NULL)
    6870    {
    6971        copyFrom(pcsz);
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