Changeset 73502 in vbox for trunk/src/VBox/Runtime/r3/xml.cpp
- Timestamp:
- Aug 5, 2018 12:40:50 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 124129
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/xml.cpp
r69434 r73502 1941 1941 pThis->m_pStrDst->append(pachBuf, (size_t)cbToWrite); 1942 1942 } 1943 catch (std::bad_alloc )1943 catch (std::bad_alloc &) 1944 1944 { 1945 1945 pThis->m_fOutOfMemory = true;
Note:
See TracChangeset
for help on using the changeset viewer.