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

Diff for /src/usr.bin/tmux/cmd-source-file.c between version 1.4 and 1.5

version 1.4, 2009/08/23 17:29:51 version 1.5, 2009/09/21 15:32:06
Line 60 
Line 60 
         struct cmd_source_file_data     *data;          struct cmd_source_file_data     *data;
         int                              opt;          int                              opt;
   
         self->entry->init(self, 0);          self->entry->init(self, KEYC_NONE);
         data = self->data;          data = self->data;
   
         while ((opt = getopt(argc, argv, "")) != -1) {          while ((opt = getopt(argc, argv, "")) != -1) {

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5