Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 56977 invoked from network); 21 Feb 2009 21:23:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Feb 2009 21:23:26 -0000 Received: (qmail 7668 invoked by uid 500); 21 Feb 2009 21:23:26 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 7614 invoked by uid 500); 21 Feb 2009 21:23:26 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 7605 invoked by uid 99); 21 Feb 2009 21:23:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Feb 2009 13:23:26 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Feb 2009 21:23:24 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2AF9A2388888; Sat, 21 Feb 2009 21:23:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r746590 - /apr/apr/trunk/threadproc/win32/proc.c Date: Sat, 21 Feb 2009 21:23:02 -0000 To: commits@apr.apache.org From: mturk@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090221212303.2AF9A2388888@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mturk Date: Sat Feb 21 21:23:00 2009 New Revision: 746590 URL: http://svn.apache.org/viewvc?rev=746590&view=rev Log: Although compiles, it doesn't look nice ;) Modified: apr/apr/trunk/threadproc/win32/proc.c Modified: apr/apr/trunk/threadproc/win32/proc.c URL: http://svn.apache.org/viewvc/apr/apr/trunk/threadproc/win32/proc.c?rev=746590&r1=746589&r2=746590&view=diff ============================================================================== --- apr/apr/trunk/threadproc/win32/proc.c (original) +++ apr/apr/trunk/threadproc/win32/proc.c Sat Feb 21 21:23:00 2009 @@ -979,7 +979,7 @@ &pi); #endif - if (rv && attr->ipc_data, attr->ipc_size) { + if (rv && attr->ipc_data && attr->ipc_size) { char shmname[APR_PATH_MAX]; const char *tmpdir = NULL;