Procházet zdrojové kódy

Use indicative dir names when creating

master
Arun Prakash Jana před 5 roky
rodič
revize
a87be62204
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: A75979F35C080412
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      src/nnn.c

+ 2
- 2
src/nnn.c Zobrazit soubor

@@ -5796,7 +5796,7 @@ static bool setup_config(void)
xstrlcpy(plugindir, cfgdir, len);
DPRINTF_S(plugindir);

if (!xmktree(cfgdir, TRUE)) {
if (!xmktree(plugindir, TRUE)) {
xerror();
return FALSE;
}
@@ -5808,7 +5808,7 @@ static bool setup_config(void)
xstrlcpy(sessiondir, cfgdir, len);
DPRINTF_S(sessiondir);

if (!xmktree(cfgdir, TRUE)) {
if (!xmktree(sessiondir, TRUE)) {
xerror();
return FALSE;
}


Načítá se…
Zrušit
Uložit