X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Funicrud.c;h=79422522aa22322001629f94faeb3089ebe2eee9;hp=52a3cf691b241f4a8483a3f8e96305594e176e69;hb=78add6e627ee5f10e1fa6f3852602ea5066eee5a;hpb=39809ded547bdbb08207d3e514950425215b4410 diff --git a/hacks/glx/unicrud.c b/hacks/glx/unicrud.c index 52a3cf69..79422522 100644 --- a/hacks/glx/unicrud.c +++ b/hacks/glx/unicrud.c @@ -1,4 +1,4 @@ -/* unicrud, Copyright (c) 2016-2017 Jamie Zawinski +/* unicrud, Copyright (c) 2016-2018 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 @@ -56,7 +56,7 @@ static unicrud_configuration *bps = NULL; static Bool do_spin; static GLfloat speed; static Bool do_wander; -static char *do_block; +static char *do_block = 0; static Bool do_titles; static XrmOptionDescRec opts[] = { @@ -795,7 +795,7 @@ init_unicrud (ModeInfo *mi) if (matches ("all", do_block)) - do_block = ""; + do_block = strdup(""); { char *s;