VirtualBox

Changeset 40288 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Feb 29, 2012 9:11:59 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
76522
Message:

Main/GuestImpl: fix for xtracker 6092

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestImpl.cpp

    r40205 r40288  
    333333            Bstr bstr;
    334334            hrc = ptrMachine->GetGuestPropertyValue(Bstr("/VirtualBox/GuestAdd/Version").raw(), bstr.asOutParam());
    335             if (SUCCEEDED(hrc))
     335            if (   SUCCEEDED(hrc)
     336                && !bstr.isEmpty())
    336337            {
    337338                Utf8Str str(bstr);
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