mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
Added a "const".
committer: mfx <mfx> 974916065 +0000
This commit is contained in:
parent
e14017fc8b
commit
f1d51ab624
|
@ -530,7 +530,7 @@ static int _getopt_internal (int argc, char **argv, const char *optstring,
|
||||||
|
|
||||||
{
|
{
|
||||||
char c = *nextchar++;
|
char c = *nextchar++;
|
||||||
char *temp = my_index (optstring, c);
|
const char *temp = my_index (optstring, c);
|
||||||
|
|
||||||
/* Increment `optind' when we start to process its last character. */
|
/* Increment `optind' when we start to process its last character. */
|
||||||
if (*nextchar == '\0')
|
if (*nextchar == '\0')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user