cvs-cvs
[Top][All Lists]
Advanced

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

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


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/src/edit.c
Date: Thu, 10 Nov 2005 10:13:19 -0500

Index: ccvs/src/edit.c
diff -u ccvs/src/edit.c:1.89 ccvs/src/edit.c:1.90
--- ccvs/src/edit.c:1.89        Mon Nov  7 23:21:23 2005
+++ ccvs/src/edit.c     Thu Nov 10 15:13:15 2005
@@ -760,7 +760,7 @@
 
 
 void
-mark_up_to_date (const char *file)
+mark_up_to_date (const char*update_dir, const char *file)
 {
     char *base;
 
@@ -768,7 +768,7 @@
        date file in CVSADM_BASE.  */
     base = Xasprintf ("%s/%s", CVSADM_BASE, file);
     if (unlink_file (base) < 0 && ! existence_error (errno))
-       error (0, errno, "cannot remove %s", file);
+       error (0, errno, "cannot remove `%s/%s'", update_dir, base);
     free (base);
 }
 




reply via email to

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