Re: [PATCH] shell: Avoid modulo by zero error in positioning algorithm

2012-08-13 Thread Kristian Høgsberg
On Mon, Aug 13, 2012 at 03:18:44PM +0100, Rob Bradford wrote: > From: Rob Bradford Oh, yup, committed. Krsitian > As spotted by Philipp Brüschweiler > --- > src/shell.c | 12 ++-- > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git a/src/shell.c b/src/shell.c > index 9d9

[PATCH] shell: Avoid modulo by zero error in positioning algorithm

2012-08-13 Thread Rob Bradford
From: Rob Bradford As spotted by Philipp Brüschweiler --- src/shell.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/shell.c b/src/shell.c index 9d969ff..4633049 100644 --- a/src/shell.c +++ b/src/shell.c @@ -2636,15 +2636,15 @@ weston_surface_set_initial_p