mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-25 14:22:54 -06:00
Core: Fixed issue in LocalProcess (thanks Hans)
git-svn-id: svn://ultimatepp.org/upp/trunk@8076 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
e7909bd95e
commit
0763e12357
1 changed files with 2 additions and 2 deletions
|
|
@ -522,7 +522,7 @@ void LocalProcess::Write(String s)
|
|||
wreso = wrese = Null;
|
||||
Read2(wreso, wrese);
|
||||
wreso = ho + wreso;
|
||||
wrese = ho + wrese;
|
||||
wrese = he + wrese;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
@ -535,7 +535,7 @@ void LocalProcess::Write(String s)
|
|||
wreso = wrese = Null;
|
||||
Read2(wreso, wrese);
|
||||
wreso = ho + wreso;
|
||||
wrese = ho + wrese;
|
||||
wrese = he + wrese;
|
||||
ret = write(rpipe[1], ~s + wn, s.GetLength() - wn);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue