From 8d36b9159f38815660b8c3b4a8e4ce48d0091bdc Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 6 Mar 2008 11:26:00 +0000 Subject: fixed typo (thanks to Michael Biebl) --- omusrmsg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'omusrmsg.c') diff --git a/omusrmsg.c b/omusrmsg.c index b8d212ac..dae025e1 100644 --- a/omusrmsg.c +++ b/omusrmsg.c @@ -130,7 +130,7 @@ void setutent(void) { assert(BSD_uf == NULL); if ((BSD_uf = fopen(_PATH_UTMP, "r")) == NULL) { - errmsg.LogError(NO_ERRNO, "%s", _PATH_UTMP); + errmsg.LogError(NO_ERRCODE, "%s", _PATH_UTMP); return; } } -- cgit v1.2.3