Skip to content

Commit

Permalink
Fix misapplied diff
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Smedley <paul@smedley.id.au>
  • Loading branch information
psmedley committed Jan 14, 2023
1 parent 167babc commit 493e896
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -90,8 +90,8 @@ std::string GetHelperExecutableDir()
std::string moduleName = dlInfo.dli_fname;
directory = moduleName.substr(0, moduleName.find_last_of('/') + 1);
}
return directory;
#endif
return directory;
}

class PosixLibrary : public Library
Expand Down

0 comments on commit 493e896

Please sign in to comment.