Skip to content

Commit

Permalink
Merge ba2428c into bf7b8c5
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-thompson committed Nov 20, 2014
2 parents bf7b8c5 + ba2428c commit e0c5fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/mcf_util/code/UploadMCF.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ class UploadApp : public UtilFunction
printf("%s\n", std::string(wc->getData(), wc->getDataSize()).c_str());

tinyxml2::XMLDocument doc;
doc.Parse(const_cast<char*>(wc->getData()), wc->getDataSize());
doc.Parse(const_cast<char*>(wc->getData()));

try
{
Expand Down

0 comments on commit e0c5fd9

Please sign in to comment.