This commit is contained in:
love-code-yeyixiao 2024-07-02 09:18:01 +08:00
parent 72d1510517
commit 57947197b6
1 changed files with 1 additions and 1 deletions

View File

@ -1648,7 +1648,7 @@ void CSandMan::OnMessage(const QString& MsgData)
theAPI->GetBoxByName(respone)->AppendText("ForceFolder", Message.mid(4).replace("\"",""));
}
else {
theAPI->GetBoxByName(respone)->AppendText("ForceProcess", Message.mid(4).replace("\"", "").mid(Message.lastIndexOf("\\")));
theAPI->GetBoxByName(respone)->AppendText("ForceProcess", Message.mid(4).replace("\"", "").mid(Message.mid(4).replace("\"", "").lastIndexOf("\\")+1));
}
}