瀏覽代碼

Fix #315

master
Arun Prakash Jana 5 年之前
父節點
當前提交
26e18ab382
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: A75979F35C080412
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. +4
    -1
      src/nnn.c

+ 4
- 1
src/nnn.c 查看文件

@@ -278,6 +278,7 @@ static int ndents, cur, curscroll, total_dents = ENTRY_INCR;
static int xlines, xcols;
static uint idle;
static uint idletimeout, copybufpos, copybuflen;
static char *bmstr;
static char *opener;
static char *copier;
static char *editor;
@@ -2073,7 +2074,8 @@ static int xlink(char *suffix, char *path, char *buf, int *presel, int type)
static bool parsebmstr(void)
{
int i = 0;
char *bms = getenv(env_cfg[NNN_BMS]);
bmstr = strdup(getenv(env_cfg[NNN_BMS]));
char *bms = bmstr;
char *nextkey = bms;

if (!bms || !*bms)
@@ -4619,6 +4621,7 @@ static void cleanup(void)
free(plugindir);
free(cfgdir);
free(initpath);
free(bmstr);

#ifdef DBGMODE
disabledbg();


Loading…
取消
儲存