cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] Changes to ccvs/src/rcs.c


From: Larry Jones
Subject: [Cvs-cvs] Changes to ccvs/src/rcs.c
Date: Fri, 02 Sep 2005 17:51:16 -0400

Index: ccvs/src/rcs.c
diff -u ccvs/src/rcs.c:1.348 ccvs/src/rcs.c:1.349
--- ccvs/src/rcs.c:1.348        Fri May 27 18:07:48 2005
+++ ccvs/src/rcs.c      Fri Sep  2 21:51:09 2005
@@ -4178,11 +4178,7 @@
 
     assert (rev == NULL || isdigit ((unsigned char) *rev));
 
-    if (noexec
-#ifdef SERVER_SUPPORT
-       && !server_active
-#endif
-       && workfile != NULL)
+    if (noexec && !server_active && workfile != NULL)
        return 0;
 
     assert (sout == RUN_TTY || workfile == NULL);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]