]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.c
fix a variable used without being initialized case
[chaz/openbox] / openbox / focus.c
index 1006c72557b8d9e1db9d9ad09594cf60419f665d..740ce07bda605eead2fef130a61a528570a10231 100644 (file)
@@ -294,7 +294,7 @@ void focus_cycle(gboolean forward, gboolean linear,
     static ObClient *t = NULL;
     static GList *order = NULL;
     GList *it, *start, *list;
-    ObClient *ft;
+    ObClient *ft = NULL;
 
     if (cancel) {
         if (focus_cycle_target)
This page took 0.02311 seconds and 4 git commands to generate.