CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/06/10 06:56:04
Modified files:
usr.bin/tmux : format.c
Log message:
wp->tty is a char [] not a char * so it can't be NULL. From Thomas Adam.
CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/06/10 06:56:04
Modified files:
usr.bin/tmux : format.c
Log message:
wp->tty is a char [] not a char * so it can't be NULL. From Thomas Adam.