git-svn-id: svn://db.shs.com.ru/pip@425 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2017-04-20 08:02:32 +00:00
parent 84201eaf94
commit 1ba6ce4cdd
2 changed files with 2 additions and 2 deletions

View File

@@ -5,6 +5,6 @@
#define PIP_VERSION_MAJOR 1
#define PIP_VERSION_MINOR 0
#define PIP_VERSION_REVISION 0
#define PIP_VERSION_SUFFIX "_alpha"
#define PIP_VERSION_SUFFIX "_beta"
#endif // PIVERSION_H

View File

@@ -172,7 +172,7 @@ void PIProcess::startProc(bool detached) {
//cout << "exec " << tf_in << ", " << tf_out << ", " << tf_err << endl;
PIStringList clsl;
char a_ = a[0];
char * a_ = a[0];
int ai_ = 0;
while (a_) {
clsl << PIString(a_);