X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/149a78e33f1632c8a3bdd00e10aecf69c8d5608d..eaf895e6efca5348e96375425f15fc94ddebcd71:/rsync.h diff --git a/rsync.h b/rsync.h index b8512ded..269631dc 100644 --- a/rsync.h +++ b/rsync.h @@ -520,7 +520,7 @@ struct file_struct { char *basename; /* The current item's name (AKA filename) */ char *dirname; /* The directory info inside the transfer */ union { - char *root; /* Sender-side dir info outside transfer */ + const char *root;/* Sender-side dir info outside transfer */ int depth; /* Receiver-side directory depth info */ } dir; union {