mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
Change strings
This commit is contained in:
parent
b7536dc38c
commit
40cecab4da
|
@ -3456,7 +3456,7 @@ nochange:
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!r) {
|
if (!r) {
|
||||||
printmsg("required utility missing");
|
printmsg("utility missing");
|
||||||
goto nochange;
|
goto nochange;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3539,8 +3539,8 @@ nochange:
|
||||||
if ((sel != SEL_COPYALL) && g_crc != crc8fast((uchar *)dents,
|
if ((sel != SEL_COPYALL) && g_crc != crc8fast((uchar *)dents,
|
||||||
ndents * sizeof(struct entry))) {
|
ndents * sizeof(struct entry))) {
|
||||||
cfg.copymode = 0;
|
cfg.copymode = 0;
|
||||||
printmsg("range error: dir/content changed");
|
printmsg("dir/content changed");
|
||||||
DPRINTF_S("range error: dir/content changed");
|
DPRINTF_S("dir/content changed");
|
||||||
goto nochange;
|
goto nochange;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue