mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Merge r199270 from head to stable/8:
Fix white space in rtld runtime error printf.
This commit is contained in:
parent
f7000239aa
commit
38420804a6
1 changed files with 1 additions and 1 deletions
|
|
@ -3425,7 +3425,7 @@ locate_dependency(const Obj_Entry *obj, const char *name)
|
|||
if (object_match_name(needed->obj, name))
|
||||
return needed->obj;
|
||||
}
|
||||
_rtld_error("%s: Unexpected inconsistency: dependency %s not found",
|
||||
_rtld_error("%s: Unexpected inconsistency: dependency %s not found",
|
||||
obj->path, name);
|
||||
die();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue