From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/17928 Path: main.gmane.org!not-for-mail From: Paul Franklin Newsgroups: gmane.emacs.gnus.general Subject: Re: pgnus and message-make-date Date: 19 Oct 1998 11:13:11 -0700 Sender: owner-ding@hpc.uh.edu Message-ID: References: <86yaqnynju.fsf@slowfox.cs.uni-dortmund.de> Reply-To: Paul Franklin NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035156539 3375 80.91.224.250 (20 Oct 2002 23:28:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:28:59 +0000 (UTC) Cc: bug-glibc@prep.ai.mit.edu Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA00565 for ; Mon, 19 Oct 1998 14:14:22 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id NAB12360; Mon, 19 Oct 1998 13:13:48 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 19 Oct 1998 13:13:46 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id NAA15553 for ; Mon, 19 Oct 1998 13:13:31 -0500 (CDT) Original-Received: from sequoia.cs.washington.edu (sequoia.cs.washington.edu [128.95.4.203]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA00542 for ; Mon, 19 Oct 1998 14:13:19 -0400 (EDT) Original-Received: (paul@localhost) by sequoia.cs.washington.edu (8.8.8+CS/7.2ws+) id LAA04639; Mon, 19 Oct 1998 11:13:11 -0700 Original-To: ding@gnus.org In-Reply-To: Robert Bihlmeyer's message of "Mon, 19 Oct 1998 15:55:08 GMT" Original-Lines: 15 X-Mailer: Gnus v5.6.39/XEmacs 20.4 - "Emerald" Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:17928 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:17928 >>>>> Robert Bihlmeyer writes: > This is code from the GNU libc manual, that temporarily changes the locale: [From (libc)Setting the Locale] > /* Copy the name so it won't be clobbered by `setlocale'. */ > saved_locale = strdup (old_locale); > if (old_locale == NULL) > fatal ("Out of memory"); It seems to me that that check should be if (saved_locale == NULL) --Paul