Changeset 25014 in vbox for trunk/src/VBox/Additions/common/VBoxGuestLib
- Timestamp:
- Nov 26, 2009 3:26:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibHostVersion.cpp
r25005 r25014 133 133 if (RT_SUCCESS(rc) && *pfUpdate) 134 134 { 135 if (RTStrVersionCompare(*ppszHostVersion, *ppszGuestVersion) == 1) /* Is host version greater than guest add version? */135 if (RTStrVersionCompare(*ppszHostVersion, *ppszGuestVersion) > 0) /* Is host version greater than guest add version? */ 136 136 { 137 137 /* Yay, we have an update! */
Note:
See TracChangeset
for help on using the changeset viewer.