cvs-cvs
[Top][All Lists]
Advanced

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

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


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/src/wrapper.c
Date: Wed, 31 Aug 2005 12:51:19 -0400

Index: ccvs/src/wrapper.c
diff -u ccvs/src/wrapper.c:1.44 ccvs/src/wrapper.c:1.45
--- ccvs/src/wrapper.c:1.44     Fri Jun  3 15:58:56 2005
+++ ccvs/src/wrapper.c  Wed Aug 31 16:51:04 2005
@@ -402,7 +402,9 @@
                free(e.fromcvsFilter);
            /* FIXME: error message should say where the bad value
               came from.  */
-           e.fromcvsFilter = expand_path (temp, false, "<wrapper>", 0);
+           e.fromcvsFilter =
+             expand_path (temp, current_parsed_root->directory, false,
+                          "<wrapper>", 0);
             if (!e.fromcvsFilter)
                error (1, 0, "Correct above errors first");
            break;
@@ -416,7 +418,8 @@
                free(e.tocvsFilter);
            /* FIXME: error message should say where the bad value
               came from.  */
-           e.tocvsFilter = expand_path (temp, false, "<wrapper>", 0);
+           e.tocvsFilter = expand_path (temp, current_parsed_root->directory,
+                                        false, "<wrapper>", 0);
             if (!e.tocvsFilter)
                error (1, 0, "Correct above errors first");
            break;




reply via email to

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