Changeset 13580 in vbox for trunk/src/VBox/Main/ParallelPortImpl.cpp
- Timestamp:
- Oct 27, 2008 2:04:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ParallelPortImpl.cpp
r8155 r13580 538 538 AutoWriteLock alock (this); 539 539 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 540 544 if (mData->mPath != aPath) 541 545 {
Note:
See TracChangeset
for help on using the changeset viewer.