CVS update: /ccvs/src/

[email protected] 17 Mar 2005 15:42:15 -0000
Newsgroups gmane.comp.version-control.cvs.cvs
Message-ID <[email protected]>
User: dprice  
Date: 05/03/17 07:42:15

Modified:
 /ccvs/src/
  ChangeLog, client.c

Log:
 Merge changes from 1.11.x.

File Changes:

Directory: /ccvs/src/
=====================

File [changed]: ChangeLog
Url: https://ccvs.cvshome.org/source/browse/ccvs/src/ChangeLog?r1=1.3157&r2=1.3158
Delta lines:  +4 -0
-------------------
--- ChangeLog	16 Mar 2005 22:07:46 -0000	1.3157
+++ ChangeLog	17 Mar 2005 15:42:12 -0000	1.3158
@@ -1,3 +1,7 @@
+2005-03-17  Derek Price  <[email protected]>
+
+	* client.c (call_in_directory): Put function call after var decls.
+
 2005-03-16  Derek Price  <[email protected]>
 
 	* client.c (call_in_directory), commit.c (commit_filesdoneproc), log.c

File [changed]: client.c
Url: https://ccvs.cvshome.org/source/browse/ccvs/src/client.c?r1=1.420&r2=1.421
Delta lines:  +2 -2
-------------------
--- client.c	16 Mar 2005 22:07:46 -0000	1.420
+++ client.c	17 Mar 2005 15:42:12 -0000	1.421
@@ -745,8 +745,6 @@
     char *short_pathname;
     char *p;
 
-    assert (pathname);
-
     /*
      * Do the whole descent in parallel for the repositories, so we
      * know what to put in CVS/Repository files.  I'm not sure the
@@ -767,6 +765,8 @@
     int reposdirname_absolute;
     int newdir = 0;
 
+    assert (pathname);
+
     reposname = NULL;
     read_line (&reposname);
     assert (reposname != NULL);