raster pushed a commit to branch master.

commit 6c2884bdcbfba981fc5f42717169c8f1184231e4
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Fri Aug 30 12:15:07 2013 +0900

    oops.. , not m
---
 src/bin/termpty.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/termpty.c b/src/bin/termpty.c
index d5c5e2b..2a8696a 100644
--- a/src/bin/termpty.c
+++ b/src/bin/termpty.c
@@ -285,13 +285,13 @@ termpty_new(const char *cmd, Eina_Bool login_shell, const 
char *cd, int w, int h
    ty->screen = calloc(1, sizeof(Termcell) * ty->w * ty->h);
    if (!ty->screen)
      {
-        ERR("Allocation of term screen %ix%i", ty->wm ty->h);
+        ERR("Allocation of term screen %ix%i", ty->w, ty->h);
         goto err;
      }
    ty->screen2 = calloc(1, sizeof(Termcell) * ty->w * ty->h);
    if (!ty->screen2)
      {
-        ERR("Allocation of term screen2 %ix%i", ty->wm ty->h);
+        ERR("Allocation of term screen2 %ix%i", ty->w, ty->h);
         goto err;
      }
 

-- 

------------------------------------------------------------------------------
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