From 6a32252403781b303d4ebd195932ce39c5b1c08e Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 30 Jul 2019 16:03:58 +0200 Subject: Update to 5.43 --- hacks/glx/fliptext.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hacks/glx/fliptext.c') diff --git a/hacks/glx/fliptext.c b/hacks/glx/fliptext.c index 951c188..030900b 100644 --- a/hacks/glx/fliptext.c +++ b/hacks/glx/fliptext.c @@ -1,5 +1,5 @@ /* - * fliptext, Copyright (c) 2005-2015 Jamie Zawinski + * fliptext, Copyright (c) 2005-2019 Jamie Zawinski * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -805,7 +805,7 @@ init_fliptext (ModeInfo *mi) MI_INIT(mi, scs); sc = &scs[MI_SCREEN(mi)]; - sc->lines = (line **) calloc (max_lines+1, sizeof(char *)); + sc->lines = (line **) calloc (max_lines+1, sizeof(*sc->lines)); sc->dpy = MI_DISPLAY(mi); -- cgit v1.2.3-55-g7522