Changeset 21378 in vbox
- Timestamp:
- Jul 8, 2009 1:17:51 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49734
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r21190 r21378 1844 1844 timestamps.push_back(timestampsOut[i]); 1845 1845 utf8Flags.push_back(Bstr(flagsOut[i])); 1846 #if 0 /** @todo r=bird: Who is gonna catch this? Why does it trigger now? */ 1846 1847 if ( utf8Names.back().isNull() 1847 1848 || utf8Values.back().isNull() … … 1849 1850 ) 1850 1851 throw std::bad_alloc(); 1852 #endif 1851 1853 } 1852 1854 for (unsigned i = 0; i < cProps && RT_SUCCESS(rc); ++i)
Note:
See TracChangeset
for help on using the changeset viewer.