summaryrefslogtreecommitdiff
path: root/src/VBox/Main/src-all/ExtPackUtil.cpp
diff options
context:
space:
mode:
authorRitesh Raj Sarraf <rrs@debian.org>2013-11-19 03:24:56 -0500
committerRitesh Raj Sarraf <rrs@debian.org>2013-12-03 12:33:38 +0530
commit6efaaad77695d94c0a51e717f0bc5eccbc5092ea (patch)
tree4a0e39cf6af4b9db9625814335dbdbe5b7637679 /src/VBox/Main/src-all/ExtPackUtil.cpp
parent668830cfe133a3a652325266a03dead61a50117b (diff)
downloadvirtualbox-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.cpp2
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);