mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-03-09 18:08:53 -04:00
Turned the char *dir.root var in struct file_struct into a const char *.
This commit is contained in:
2
rsync.h
2
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 {
|
||||
|
||||
Reference in New Issue
Block a user