Skip to content

Commit

Permalink
rewrite log output 2# fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmnk Freemountainer authored and Dmnk Freemountainer committed Nov 24, 2016
1 parent b32d61e commit 6c044bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/environment.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ QString Environment::getShellCommand(QString name) {
QString result = proc.readAll(); // contains \n
int n = result.size() - 1;
out.flush();
return result.left(n);
#else
return NULL;
Expand Down

0 comments on commit 6c044bd

Please sign in to comment.