aboutsummaryrefslogtreecommitdiff
path: root/src/diskio.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-02-21 13:24:02 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2009-02-21 13:24:02 +0200
commit5bfe69d55cff8940fd3a84ff479e6e8308b164f4 (patch)
treee9e28b4c0ee0fa8b13aea3e602a6c239c7700f06 /src/diskio.c
parent12fd740c530106f4a74c5ff2c6ce6d0ea305ab70 (diff)
downloadwydawca-5bfe69d55cff8940fd3a84ff479e6e8308b164f4.tar.gz
wydawca-5bfe69d55cff8940fd3a84ff479e6e8308b164f4.tar.bz2
Change definition of archive_file to match this of rmsymlink_file
Diffstat (limited to 'src/diskio.c')
-rw-r--r--src/diskio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diskio.c b/src/diskio.c
index 2148abd..18f3960 100644
--- a/src/diskio.c
+++ b/src/diskio.c
@@ -549,7 +549,7 @@ make_signame (const char *file_name)
*/
int
archive_file (struct file_triplet *trp, struct directory_pair *dpair,
- const char *file_name, const char *reldir)
+ const char *reldir, const char *file_name)
{
int rc;
char *signame;

Return to:

Send suggestions and report system problems to the System administrator.