From ea161661142ab98568ea811ce791da538da981d1 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 14 Jan 2005 09:06:25 +0000 Subject: Update. 2005-01-14 Ulrich Drepper * posix/regcomp.c [!_LIBC] (init_dfa): Fix determining of relevant LC_* variable. Patch by Aharon Robbins . * stdlib/fmtmsg.c (internal_addseverity): Remove incorrect free call. * stdlib/tst-fmtmsg.c (main): Add another addseverity test. --- stdlib/tst-fmtmsg.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'stdlib/tst-fmtmsg.c') diff --git a/stdlib/tst-fmtmsg.c b/stdlib/tst-fmtmsg.c index d5369bd..0b244e2 100644 --- a/stdlib/tst-fmtmsg.c +++ b/stdlib/tst-fmtmsg.c @@ -48,5 +48,11 @@ main (void) != MM_OK) result = 1; + if (addseverity (MM_TEST, NULL) != MM_OK) + { + puts ("second addseverity failed"); + result = 1; + } + return result; } -- cgit v1.1