commit for Stefano
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19444 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -373,7 +373,7 @@ TermApp::MakeTermWindow(BRect &frame)
|
||||
if (cols < MIN_COLS)
|
||||
gTermPref->setInt32(PREF_COLS, cols = MIN_COLS);
|
||||
|
||||
int pfd = spawn_shell(rows, cols, command, encoding);
|
||||
pfd = spawn_shell(rows, cols, command, encoding);
|
||||
if (pfd < 0)
|
||||
return pfd;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user