(_dl_lookup_symbol_x): Correct _dl_signal_cerror call.

This commit is contained in:
Ulrich Drepper 2004-05-12 17:24:49 +00:00
parent afcdc99899
commit 24a07b1f5a
1 changed files with 2 additions and 1 deletions

View File

@ -287,7 +287,8 @@ _dl_lookup_symbol_x (const char *undef_name, struct link_map *undef_map,
/* XXX We cannot translate the message. */
_dl_signal_cerror (0, (reference_name[0]
? reference_name
: (rtld_progname ?: "<main program>")), NULL,
: (rtld_progname ?: "<main program>")),
N_("symbol lookup error"),
make_string (undefined_msg, undef_name,
versionstr, versionname));
}