all repos — openbox @ addc23faf57c6902a4d9ed2c83a21ada71de6aad

openbox fork - make it a bit more like ryudo

not initializing a pointer to NULL
Dana Jansens danakj@orodu.net
commit

addc23faf57c6902a4d9ed2c83a21ada71de6aad

parent

a0dbb0e13f19ac4cc2dddf3d94723174971df6d2

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M src/Screen.ccsrc/Screen.cc

@@ -216,6 +216,9 @@ resource.tstyle.fontset = resource.wstyle.fontset = NULL;

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;