Fix code reading from the pipe stream in exec sample.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 24 Jun 2011 13:10:23 +0000 (13:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 24 Jun 2011 13:10:23 +0000 (13:10 +0000)
commit630d8c1998a3555941c9a6bf6f41f6491b46adc8
tree0a7ea84e016226eb8022ade363cca617601413fa
parent175b0dbe8252c72e06fac90e8232f7ad4f40eb85
Fix code reading from the pipe stream in exec sample.

We must be reading bytes, not (wide) characters.

Closes #13290.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/exec/exec.cpp