diff options
author | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2014-03-05 03:04:49 +0100 |
---|---|---|
committer | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2014-03-24 10:23:49 +0100 |
commit | daa1f35ce4a1013865d7d6d2ef3df9dfa5317902 (patch) | |
tree | 5b11a2c96cf47d9e6245d1aa6e43cb611551663a /src/main.c | |
parent | 693cc223a8b12af93874f23aa514d8e9c60ff195 (diff) | |
download | ratpoison-daa1f35ce4a1013865d7d6d2ef3df9dfa5317902.zip |
read_startup_files doesn't mangle its argument.
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -431,7 +431,7 @@ get_homedir (void) } static int -read_startup_files (char *alt_rcfile) +read_startup_files (const char *alt_rcfile) { FILE *fileptr = NULL; |