mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-25 21:16:19 +00:00
Add missing 'n'.
Thanks to Han Finkel for noticing it. llvm-svn: 187241
This commit is contained in:
parent
35c6208a5a
commit
8c0a020996
@ -186,7 +186,7 @@ static bool Execute(void **Data, StringRef Program, const char **args,
|
||||
posix_spawn_file_actions_t *FileActions = 0;
|
||||
|
||||
// If we call posix_spawn_file_actions_addopen we have to make sure the
|
||||
// c strings we pass to it stay alive until the call to posix_spaw,
|
||||
// c strings we pass to it stay alive until the call to posix_spawn,
|
||||
// so we copy any StringRefs into this variable.
|
||||
std::string RedirectsStorage[3];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user