diff options
author | Ritesh Raj Sarraf <rrs@debian.org> | 2013-11-19 03:24:56 -0500 |
---|---|---|
committer | Ritesh Raj Sarraf <rrs@debian.org> | 2013-12-03 12:33:38 +0530 |
commit | 6efaaad77695d94c0a51e717f0bc5eccbc5092ea (patch) | |
tree | 4a0e39cf6af4b9db9625814335dbdbe5b7637679 /src/VBox/Main/src-all/ExtPackUtil.cpp | |
parent | 668830cfe133a3a652325266a03dead61a50117b (diff) | |
download | virtualbox-6efaaad77695d94c0a51e717f0bc5eccbc5092ea.tar.gz |
Imported Upstream version 4.3.2-dfsg
Diffstat (limited to 'src/VBox/Main/src-all/ExtPackUtil.cpp')
-rw-r--r-- | src/VBox/Main/src-all/ExtPackUtil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Main/src-all/ExtPackUtil.cpp b/src/VBox/Main/src-all/ExtPackUtil.cpp index c7a1dacb3..3e7aaf926 100644 --- a/src/VBox/Main/src-all/ExtPackUtil.cpp +++ b/src/VBox/Main/src-all/ExtPackUtil.cpp @@ -322,7 +322,7 @@ RTCString *VBoxExtPackLoadDescFromVfsFile(RTVFSFILE hVfsFile, PVBOXEXTPACKDESC a if (RT_SUCCESS(rc)) { xml::XmlMemParser Parser; - RTCString strFileName = VBOX_EXTPACK_DESCRIPTION_NAME; + RTCString strFileName = VBOX_EXTPACK_DESCRIPTION_NAME; try { Parser.read(pvFile, cbFile, strFileName, Doc); |