projects
/
dcpomatic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee872e3
)
Fix typo.
author
Carl Hetherington
<cth@carlh.net>
Sat, 14 Dec 2024 23:17:17 +0000
(
00:17
+0100)
committer
Carl Hetherington
<cth@carlh.net>
Sat, 14 Dec 2024 23:17:17 +0000
(
00:17
+0100)
src/lib/util.cc
patch
|
blob
|
history
diff --git
a/src/lib/util.cc
b/src/lib/util.cc
index 022289a5868c4fcc60cd46235205c882113f48f5..105f109a368a90b58498221b75dd4283a33271c9 100644
(file)
--- a/
src/lib/util.cc
+++ b/
src/lib/util.cc
@@
-1134,7
+1134,7
@@
setup_grok_library_path()
{
static std::string old_path;
if (old_path.empty()) {
- auto const old = getenv("LD_LIRARY_PATH");
+ auto const old = getenv("LD_LI
B
RARY_PATH");
if (old) {
old_path = old;
}