[Xfce4-commits] <xfwm4:master> Make gcc happy

Olivier Fourdan noreply at xfce.org
Tue Dec 6 18:14:02 CET 2011


Updating branch refs/heads/master
         to 23c2de05a71f70b14e108852b932ad7f14774df3 (commit)
       from c9c2e5e8874e3288b73eb96306bd99965adf17e4 (commit)

commit 23c2de05a71f70b14e108852b932ad7f14774df3
Author: Olivier Fourdan <fourdan at xfce.org>
Date:   Tue Dec 6 18:07:30 2011 +0100

    Make gcc happy

 src/client.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/client.c b/src/client.c
index ff0deb8..9292365 100644
--- a/src/client.c
+++ b/src/client.c
@@ -2628,7 +2628,7 @@ clientSetLayer (Client * c, guint l)
     }
     else
     {
-       TRACE ("Placing %s on top of its layer %i", c->name, c->win_layer);
+       TRACE ("Placing %s on top of its layer %lu", c->name, c->win_layer);
        clientRaise (c, None);
     }
 }


More information about the Xfce4-commits mailing list