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

Diff for /src/usr.bin/tmux/options.c between version 1.24 and 1.25

version 1.24, 2017/01/13 11:58:49 version 1.25, 2017/01/15 20:14:36
Line 151 
Line 151 
         if (o == NULL || !append)          if (o == NULL || !append)
                 value = s;                  value = s;
         else {          else {
                 xasprintf(&value, "%s%s", s, o->str);                  xasprintf(&value, "%s%s", o->str, s);
                 free(s);                  free(s);
         }          }
   

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25