[BACK]Return to cmd-set-option.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-set-option.c between version 1.55 and 1.56

version 1.55, 2012/04/08 06:47:26 version 1.56, 2012/07/10 11:53:01
Line 257 
Line 257 
   
         o = options_set_string(oo, oe->name, "%s", newval);          o = options_set_string(oo, oe->name, "%s", newval);
   
         xfree(newval);          free(newval);
         return (o);          return (o);
 }  }
   

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56