mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 09:12:20 +00:00
Add missing cast
svn path=/trunk/; revision=32625
This commit is contained in:
parent
379a429aa9
commit
c1c402a4e6
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ __inline int gettimeofday(struct timeval *tv, struct timezone *tz)
|
|||
}
|
||||
if (pid == 0)
|
||||
{
|
||||
execv(procname, procargs);
|
||||
execv(procname, (char* const*)procargs);
|
||||
return 0;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue