- Timestamp:
- Jun 26, 2009 9:49:23 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r20977 r20995 1922 1922 1923 1923 /* stop if for some reason there's nothing more to request */ 1924 if (FAILED(hrc) || !strNextExtraDataKey)1924 if (FAILED(hrc) || strNextExtraDataKey.isEmpty()) 1925 1925 { 1926 1926 /* if we're out of global keys, continue with machine, otherwise we're done */
Note:
See TracChangeset
for help on using the changeset viewer.