VirtualBox

Changeset 2015 in vbox for trunk/include


Ignore:
Timestamp:
Apr 10, 2007 4:08:47 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
20303
Message:

Fixed 2 stupid mistakes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/com/string.h

    r2012 r2015  
    106106    Bstr &alloc (size_t aSize)
    107107    {
     108        setNull();
    108109        if (aSize)
    109110        {
     
    315316    Utf8Str &alloc (size_t aSize)
    316317    {
     318        setNull();
    317319        if (aSize)
    318320        {
    319             setNull();
    320321#if defined (__WIN__)
    321322            str = (char *) ::RTMemTmpAlloc (aSize);
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