mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
Add missing cast
svn path=/trunk/; revision=32625
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user