[BACK]Return to format.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/format.c between version 1.90 and 1.91

version 1.90, 2015/10/27 15:58:42 version 1.91, 2015/10/28 09:51:55
Line 631 
Line 631 
         if (~modifiers & FORMAT_TIMESTRING) {          if (~modifiers & FORMAT_TIMESTRING) {
                 envent = NULL;                  envent = NULL;
                 if (ft->s != NULL)                  if (ft->s != NULL)
                         envent = environ_find(&ft->s->environ, key);                          envent = environ_find(ft->s->environ, key);
                 if (envent == NULL)                  if (envent == NULL)
                         envent = environ_find(&global_environ, key);                          envent = environ_find(global_environ, key);
                 if (envent != NULL) {                  if (envent != NULL) {
                         found = envent->value;                          found = envent->value;
                         goto found;                          goto found;

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91