mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-05-18 20:06:07 -04:00
Made full_fname()'s char-pointer arg const.
This commit is contained in:
2
util.c
2
util.c
@@ -888,7 +888,7 @@ int pop_dir(char *dir)
|
||||
* The string " (in MODNAME)" may also be appended. The returned pointer
|
||||
* remains valid until the next time full_fname() is called.
|
||||
**/
|
||||
char *full_fname(char *fn)
|
||||
char *full_fname(const char *fn)
|
||||
{
|
||||
static char *result = NULL;
|
||||
char *m1, *m2, *m3;
|
||||
|
||||
Reference in New Issue
Block a user