Explorar el Código

Better message for multi-copy

master
Arun Prakash Jana hace 7 años
padre
commit
19e5990d3a
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: A75979F35C080412
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      nnn.c

+ 2
- 2
nnn.c Ver fichero

@@ -2875,7 +2875,7 @@ nochange:
g_crc = crc8fast((uchar *)dents, ndents * sizeof(struct entry));
copystartid = cur;
copybufpos = 0;
printmsg("copymode on");
printmsg("multi-copy on");
DPRINTF_S("copymode on");
} else {
static size_t len;
@@ -2908,7 +2908,7 @@ nochange:
if (!len)
printmsg("files copied");
} else
printmsg("copymode off");
printmsg("multi-copy off");
}
goto nochange;
case SEL_QUOTE:


Cargando…
Cancelar
Guardar