Changes in / [369a7f0:01ff87d]


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • variable.c

    re5c9b14a re5c9b14a  
    441441      owl_function_command_norv("bindkey editmulti C-d command edit:delete-next-char");
    442442    } else if (*(const int*)newval == 1) {
    443       owl_function_command_norv("bindkey editmulti C-d command editmulti:done-or-delete");
     443      owl_function_command_norv("bindkey editmulti C-d command edit:done-or-delete");
    444444    } else {
    445       owl_function_command_norv("bindkey editmulti C-d command editmulti:done");
     445      owl_function_command_norv("bindkey editmulti C-d command edit:done");
    446446    }
    447447  } 
  • zwrite.c

    ra352029b ra352029b  
    9494      len = 0;
    9595      for (i=0;i<myargc;i++) {
    96         len += strlen(myargv[i-1]) + 1;
     96        len += strlen(myargv[i]) + 1;
    9797      }
    9898      msg = owl_malloc(len);
Note: See TracChangeset for help on using the changeset viewer.