From 3d8771eeef4de8c264ab79fcba18fd55f1b0e3b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Thu, 7 Dec 2006 17:47:59 +0000 Subject: [PATCH] commit for Stefano git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19444 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/terminal/TermApp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/terminal/TermApp.cpp b/src/apps/terminal/TermApp.cpp index 5732bad6ed..20a942b4d6 100644 --- a/src/apps/terminal/TermApp.cpp +++ b/src/apps/terminal/TermApp.cpp @@ -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;