From owner-cvs-all Sun Sep 3 20:43:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D4E5D37B423; Sun, 3 Sep 2000 20:43:28 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA40315; Sun, 3 Sep 2000 20:43:28 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200009040343.UAA40315@freefall.freebsd.org> From: Warner Losh Date: Sun, 3 Sep 2000 20:43:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale setlocale.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/09/03 20:43:28 PDT Modified files: lib/libc/locale setlocale.c Log: The comparison against 0 should be against LC_ALL. category isn't a boolean and it is LC_ALL that's special. Someone submitted this to me a long time ago, but I can't find the mail now. Revision Changes Path 1.27 +3 -3 src/lib/libc/locale/setlocale.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message