mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 19:14:56 -06:00
15.05
This commit is contained in:
committed by
Kornel Lesiński
parent
0713a3ab80
commit
54490d51d5
@@ -95,7 +95,7 @@ FString GetModuleDirPrefix()
|
||||
FString s;
|
||||
if (MyGetModuleFileName(s))
|
||||
{
|
||||
int pos = s.ReverseFind(FCHAR_PATH_SEPARATOR);
|
||||
int pos = s.ReverseFind_PathSepar();
|
||||
if (pos >= 0)
|
||||
{
|
||||
s.DeleteFrom(pos + 1);
|
||||
|
||||
Reference in New Issue
Block a user