81
82
/* get the error message string. Default, if NULL or empty string (""). */
82
83
if (! (format= (meh_p && (nr >= meh_p->meh_first)) ?
84
(void) snprintf (ebuff, sizeof(ebuff), "Unknown error %d", nr);
85
(void) snprintf (ebuff, sizeof(ebuff), _("Unknown error %d"), nr);