Speculative fix for Mac build

llvm-svn: 244623
This commit is contained in:
Reid Kleckner 2015-08-11 16:30:27 +00:00
parent c4279a7fb2
commit 9aec282de2
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class AtosSymbolizerProcess : public SymbolizerProcess {
: SymbolizerProcess(path, /*use_forkpty*/ true) {
// Put the string command line argument in the object so that it outlives
// the call to GetArgV.
internal_snprintf(pid_str_, sizeof(pid_str_), "%d", parent_pid_);
internal_snprintf(pid_str_, sizeof(pid_str_), "%d", parent_pid);
}
private: