raster pushed a commit to branch master.

commit e8addbac90e91570877f3cfb0ad714f078bfc7da
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Fri Aug 30 14:17:42 2013 +0900

    don t consider greantpt failure an error, but a warning.
---
 src/bin/termpty.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/bin/termpty.c b/src/bin/termpty.c
index 2a8696a..952e902 100644
--- a/src/bin/termpty.c
+++ b/src/bin/termpty.c
@@ -305,8 +305,7 @@ termpty_new(const char *cmd, Eina_Bool login_shell, const 
char *cd, int w, int h
      }
    if (grantpt(ty->fd) != 0)
      {
-        ERR("grantpt failed: %s", strerror(errno));
-        goto err;
+        WRN("grantpt failed: %s", strerror(errno));
      }
    if (unlockpt(ty->fd) != 0)
      {

-- 

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk

Reply via email to