From 1ba6ce4cdd06b847fe9c5d34e2cd97f528c9ea86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=8B=D1=87=D0=BA=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Thu, 20 Apr 2017 08:02:32 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/pip@425 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5 --- src_main/piversion.h | 2 +- src_main/system/piprocess.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src_main/piversion.h b/src_main/piversion.h index af31f51b..0bb49f2a 100644 --- a/src_main/piversion.h +++ b/src_main/piversion.h @@ -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 diff --git a/src_main/system/piprocess.cpp b/src_main/system/piprocess.cpp index 6d4f33c0..fb800b92 100755 --- a/src_main/system/piprocess.cpp +++ b/src_main/system/piprocess.cpp @@ -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_);