diff options
Diffstat (limited to 'w32/pathstuff.c')
-rw-r--r-- | w32/pathstuff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/w32/pathstuff.c b/w32/pathstuff.c index d425657..7f88010 100644 --- a/w32/pathstuff.c +++ b/w32/pathstuff.c @@ -83,7 +83,7 @@ convert_Path_to_windows32(char *Path, char to_delim) * Convert to forward slashes. Resolve to full pathname optionally */ char * -w32ify(char *filename, int resolve) +w32ify(const char *filename, int resolve) { static char w32_path[FILENAME_MAX]; char *p; |