The branch, master has been updated
       via  334c28afe71eabb236bf8cfdfc18f56d99719711 (commit)
      from  5944230c507b8cdc10688f0196b10126daee3aad (commit)

- Log -----------------------------------------------------------------
commit 334c28afe71eabb236bf8cfdfc18f56d99719711
Author: Thomas Adam <tho...@xteddy.org>
Commit: Thomas Adam <tho...@xteddy.org>

    Fix previous
    
    cwd is a char*, not a u_int.
---
 format.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/format.c b/format.c
index b3f7fc3..de6d8c8 100644
--- a/format.c
+++ b/format.c
@@ -522,8 +522,8 @@ format_window_pane(struct format_tree *ft, struct 
window_pane *wp)
        struct grid             *gd = wp->base.grid;
        struct grid_line        *gl;
        unsigned long long       size;
-       u_int                    i, idx, cwd;
-       char                    *cmd;
+       u_int                    i, idx;
+       char                    *cmd, *cwd;
 
        size = 0;
        for (i = 0; i < gd->hsize; i++) {


-----------------------------------------------------------------------

Summary of changes:
 format.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
tmux

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
tmux-cvs mailing list
tmux-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to