16.01.2012 - version 0.1.1

This commit is contained in:
peri4
2012-01-16 01:01:49 +04:00
parent 92691981fb
commit 8bb8287dcb
56 changed files with 65 additions and 62 deletions

View File

@@ -1,7 +1,7 @@
/*
PIP - Platform Independent Primitives
Process
Copyright (C) 2011 Ivan Pelipenko peri4@rambler.ru
Copyright (C) 2011 Ivan Pelipenko peri4ko@gmail.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -143,7 +143,7 @@ void PIProcess::run() {
cout << "[PIProcess] \"CreateProcess\" error, " << errorString() << endl;
#else
if (execve(str.c_str(), a, e) < 0)
cout << "[PIProcess] \"execvpe\" error, " << errorString() << endl;
cout << "[PIProcess] \"execve\" error, " << errorString() << endl;
} else {
msleep(1);
//cout << "wait" << endl;