]> Dogcows Code - chaz/openbox/commitdiff
not initializing a pointer to NULL
authorDana Jansens <danakj@orodu.net>
Sun, 12 May 2002 01:40:36 +0000 (01:40 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 12 May 2002 01:40:36 +0000 (01:40 +0000)
src/Screen.cc

index 29a7a69d5f95309793913084a9de53b85a38078c..8343474cdaa8107c9c03cc943471baae6b964664 100644 (file)
@@ -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;
This page took 0.02494 seconds and 4 git commands to generate.