From cf1e87004c16c940a945e3d49b0552c80276ed10 Mon Sep 17 00:00:00 2001 From: okan Date: Fri, 24 Jan 2014 15:08:06 +0000 Subject: correct arguments and drop the cast. sanity check by oga@nicotinebsd --- group.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/group.c b/group.c index 7f8addd..1d117b4 100644 --- a/group.c +++ b/group.c @@ -16,7 +16,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: group.c,v 1.83 2014/01/20 18:58:03 okan Exp $ + * $OpenBSD: group.c,v 1.84 2014/01/24 15:08:06 okan Exp $ */ #include @@ -105,7 +105,7 @@ group_show(struct screen_ctx *sc, struct group_ctx *gc) if (cc->stackingorder > gc->highstack) gc->highstack = cc->stackingorder; } - winlist = (Window *) xcalloc(sizeof(*winlist), (gc->highstack + 1)); + winlist = xcalloc((gc->highstack + 1), sizeof(*winlist)); /* * Invert the stacking order as XRestackWindows() expects them -- cgit v1.2.3-2-gb3c3