From: Dana Jansens Date: Sun, 12 May 2002 01:40:36 +0000 (+0000) Subject: not initializing a pointer to NULL X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=addc23faf57c6902a4d9ed2c83a21ada71de6aad;p=chaz%2Fopenbox not initializing a pointer to NULL --- diff --git a/src/Screen.cc b/src/Screen.cc index 29a7a69d..8343474c 100644 --- a/src/Screen.cc +++ b/src/Screen.cc @@ -216,6 +216,9 @@ BScreen::BScreen(Openbox &ob, int scrn, Resource &conf) : ScreenInfo(ob, scrn), resource.mstyle.t_font = resource.mstyle.f_font = resource.tstyle.font = resource.wstyle.font = NULL; resource.root_command = NULL; +#ifdef HAVE_STRFTIME + resource.strftime_format = NULL; +#endif // HAVE_STRFTIME #ifdef SLIT slit = NULL;