commit for Stefano

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19444 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2006-12-07 17:47:59 +00:00
parent e124e2b870
commit 3d8771eeef
+1 -1
View File
@@ -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;