Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/candidate-9.0.x' into candidate-…
Browse files Browse the repository at this point in the history
…9.2.x

Signed-off-by: Gordon Smith <[email protected]>
  • Loading branch information
GordonSmith committed Sep 22, 2023
2 parents a4ec440 + bac6bab commit a7da86f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ecl/eclccserver/eclccserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,9 @@ class EclccCompileThread : implements IPooledThread, implements IErrorReporter,
}
else
{
getHomeFolder(repoRootPath);
char dir[_MAX_PATH];
if (GetCurrentDirectory(sizeof(dir), dir))
repoRootPath.append(dir);
}
if (repoRootPath.length())
{
Expand Down

0 comments on commit a7da86f

Please sign in to comment.