projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0dbb0e
)
not initializing a pointer to NULL
author
Dana Jansens
<danakj@orodu.net>
Sun, 12 May 2002 01:40:36 +0000
(
01:40
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Sun, 12 May 2002 01:40:36 +0000
(
01:40
+0000)
src/Screen.cc
patch
|
blob
|
history
diff --git
a/src/Screen.cc
b/src/Screen.cc
index 29a7a69d5f95309793913084a9de53b85a38078c..8343474cdaa8107c9c03cc943471baae6b964664 100644
(file)
--- 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;