Projects STRLCPY neomutt Commits 1f639ea1
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    enter/functions.c
    skipped 72 lines
    73 73   if (wdata->tempbuf && (wdata->templen == (lastchar - i)) &&
    74 74   (memcmp(wdata->tempbuf, wbuf + i, (lastchar - i) * sizeof(wchar_t)) == 0))
    75 75   {
    76  - mutt_buffer_select_file(wdata->buf, MUTT_SEL_NO_FLAGS, wdata->m, NULL, NULL);
     76 + mutt_buffer_select_file(wdata->buf, MUTT_SEL_NO_FLAGS, NULL, NULL, NULL);
    77 77   if (!mutt_buffer_is_empty(wdata->buf))
    78 78   editor_buffer_replace_part(wdata->state, i, mutt_buffer_string(wdata->buf));
    79 79   return FR_CONTINUE;
    skipped 622 lines
Please wait...
Page is in error, reload to recover