mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-12 22:06:00 -04:00
Fix CI builds
Apparently the only tab characters are in this file.
This commit is contained in:
parent
648dc7db26
commit
e4e513c5dc
@ -88,12 +88,12 @@ boost::filesystem::path LinuxPath::getLocalPath() const
|
|||||||
for(const char *path : statusPaths)
|
for(const char *path : statusPaths)
|
||||||
{
|
{
|
||||||
if (readlink(path, binPath, sizeof(binPath)) != -1)
|
if (readlink(path, binPath, sizeof(binPath)) != -1)
|
||||||
{
|
{
|
||||||
localPath = boost::filesystem::path(binPath).parent_path();
|
localPath = boost::filesystem::path(binPath).parent_path();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return localPath;
|
return localPath;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user