mirror of
https://github.com/Xevion/easy7zip.git
synced 2026-01-31 10:24:13 -06:00
17.00
This commit is contained in:
+3
-4
@@ -97,12 +97,11 @@ FString GetModuleDirPrefix()
|
||||
{
|
||||
int pos = s.ReverseFind_PathSepar();
|
||||
if (pos >= 0)
|
||||
{
|
||||
s.DeleteFrom(pos + 1);
|
||||
return s;
|
||||
}
|
||||
}
|
||||
return FTEXT(".") FSTRING_PATH_SEPARATOR;
|
||||
if (s.IsEmpty())
|
||||
s = "." STRING_PATH_SEPARATOR;
|
||||
return s;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user