From bcecfb1a318af0cfc1f91943393076027f9e676f Mon Sep 17 00:00:00 2001 From: gotmor Date: Fri, 11 Jan 2008 18:49:45 +0000 Subject: allow ^p() and ^pa() to set both X and Y positions in a line git-svn-id: http://dzen.googlecode.com/svn/trunk@195 f2baff5b-bf2c-0410-a398-912abdc3d8b2 --- action.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'action.c') diff --git a/action.c b/action.c index e491200..f3773db 100644 --- a/action.c +++ b/action.c @@ -426,8 +426,7 @@ a_exec(char * opt[]) { if(opt) for(i=0; opt[i]; i++) - if(opt[i]) - spawn(opt[i]); + if(opt[i]) spawn(opt[i]); return 0; } -- cgit v1.2.3-54-g00ecf