Explorar el Código

Use hyphen within date

master
Arun Prakash Jana hace 7 años
padre
commit
fb521a7a94
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 1 adiciones y 1 borrados
  1. +1
    -1
      nnn.c

+ 1
- 1
nnn.c Ver fichero

@@ -1150,7 +1150,7 @@ printent_long(struct entry *ent, int sel)
else
ncols = COLS;

strftime(buf, 18, "%d %m %Y %H:%M", localtime(&ent->t));
strftime(buf, 18, "%d-%m-%Y %H:%M", localtime(&ent->t));

if (sel)
attron(A_REVERSE);


Cargando…
Cancelar
Guardar