From 71c356ecbebefd4cfcb91c9009ec506ab106b300 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 30 Apr 1999 13:45:27 +0000 Subject: Update. 1999-04-30 Ulrich Drepper * nss/digits_dots.c: Always initialize not_ok. --- nss/digits_dots.c | 1 + 1 file changed, 1 insertion(+) (limited to 'nss') diff --git a/nss/digits_dots.c b/nss/digits_dots.c index 9a8d499..06f91fe 100644 --- a/nss/digits_dots.c +++ b/nss/digits_dots.c @@ -117,6 +117,7 @@ break; default: assert (! "There should be no other `af' value"); + not_ok = 1; } if (not_ok) { -- cgit v1.1