The branch, master has been updated
       via  5944230c507b8cdc10688f0196b10126daee3aad (commit)
      from  8bcdd8fc21dd97c973c1af7ab9dd9e7acd9650c1 (commit)

- Log -----------------------------------------------------------------
commit 5944230c507b8cdc10688f0196b10126daee3aad
Author: Thomas Adam <[email protected]>
Commit: Thomas Adam <[email protected]>

    Fix up missing cwd definition
    
    This went walkies during the merge.
---
 format.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/format.c b/format.c
index 1e89b2d..b3f7fc3 100644
--- a/format.c
+++ b/format.c
@@ -522,8 +522,7 @@ 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;
-       const char              *cmd;
+       u_int                    i, idx, cwd;
        char                    *cmd;
 
        size = 0;


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

Summary of changes:
 format.c |    3 +--
 1 files changed, 1 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to