You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by mt...@apache.org on 2009/02/21 22:23:02 UTC

svn commit: r746590 - /apr/apr/trunk/threadproc/win32/proc.c

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;