diff options
author | Thomas Adam <thomas@xteddy.org> | 2013-10-11 19:38:40 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2013-10-11 19:38:40 +0100 |
commit | 5944230c507b8cdc10688f0196b10126daee3aad (patch) | |
tree | cb8975f80c3e19db3a433c66e063911758c0b998 | |
parent | 8bcdd8fc21dd97c973c1af7ab9dd9e7acd9650c1 (diff) | |
download | rtmux-5944230c507b8cdc10688f0196b10126daee3aad.tar.gz rtmux-5944230c507b8cdc10688f0196b10126daee3aad.tar.bz2 rtmux-5944230c507b8cdc10688f0196b10126daee3aad.zip |
Fix up missing cwd definition
This went walkies during the merge.
-rw-r--r-- | format.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |