VirtualBox

Changeset 2015

Show
Ignore:
Timestamp:
04/10/07 18:08:47 (2 years ago)
Author:
vboxsync
Message:

Fixed 2 stupid mistakes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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); 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy