mirror of
https://github.com/coreutils/coreutils.git
synced 2025-01-26 01:53:36 +08:00
(main): Qualify a char* with the `const' keyword.
This commit is contained in:
parent
a7d0351c20
commit
c4cf0531ff
@ -77,7 +77,7 @@ main (int argc, char **argv)
|
||||
{
|
||||
unsigned int newmode;
|
||||
unsigned int parent_mode;
|
||||
char *symbolic_mode = NULL;
|
||||
const char *symbolic_mode = NULL;
|
||||
const char *verbose_fmt_string = NULL;
|
||||
int errors = 0;
|
||||
int optc;
|
||||
|
Loading…
Reference in New Issue
Block a user