diff options
Diffstat (limited to 'gdb/windows-nat.c')
-rw-r--r-- | gdb/windows-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c index dd5cfe4..d9a4f0a 100644 --- a/gdb/windows-nat.c +++ b/gdb/windows-nat.c @@ -2432,7 +2432,7 @@ windows_create_inferior (struct target_ops *ops, const char *exec_file, #else /* !__CYGWIN__ */ char real_path[__PMAX]; char shell[__PMAX]; /* Path to shell */ - char *toexec; + const char *toexec; const char *allargs = origallargs.c_str (); char *args, *allargs_copy; size_t args_len, allargs_len; |