[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.3 and 1.4

version 1.3, 2009/07/26 12:58:44 version 1.4, 2009/08/23 17:29:51
Line 90 
Line 90 
         struct cmd_source_file_data     *data = self->data;          struct cmd_source_file_data     *data = self->data;
         char                            *cause;          char                            *cause;
   
         if (load_cfg(data->path, &cause) != 0) {          if (load_cfg(data->path, ctx, &cause) != 0) {
                 ctx->error(ctx, "%s", cause);                  ctx->error(ctx, "%s", cause);
                 xfree(cause);                  xfree(cause);
                 return (-1);                  return (-1);

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