Fix up missing cwd definition

This went walkies during the merge.
This commit is contained in:
Thomas Adam 2013-10-11 19:38:40 +01:00
parent 8bcdd8fc21
commit 5944230c50
1 changed files with 1 additions and 2 deletions

View File

@ -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;