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 [cvs1-11-x-branch]


From: Larry Jones
Subject: [Cvs-cvs] Changes to ccvs/src/rcs.c [cvs1-11-x-branch]
Date: Fri, 02 Sep 2005 15:37:46 -0400

Index: ccvs/src/rcs.c
diff -u ccvs/src/rcs.c:1.262.4.38 ccvs/src/rcs.c:1.262.4.39
--- ccvs/src/rcs.c:1.262.4.38   Fri May 27 16:25:11 2005
+++ ccvs/src/rcs.c      Fri Sep  2 19:37:34 2005
@@ -4206,11 +4206,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]