VirtualBox

Ignore:
Timestamp:
Oct 27, 2008 2:04:18 PM (16 years ago)
Author:
vboxsync
Message:

Ported s2 branch (r37120:38456).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ParallelPortImpl.cpp

    r8155 r13580  
    538538    AutoWriteLock alock (this);
    539539
     540    /* we treat empty as null when e.g. saving to XML, do the same here */
     541    if (aPath && *aPath == '\0')
     542        aPath = NULL;
     543
    540544    if (mData->mPath != aPath)
    541545    {
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