Explorar el Código

Fix indent

master
Arun Prakash Jana hace 5 años
padre
commit
5e0049b6fa
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
      src/nnn.c

+ 1
- 1
src/nnn.c Ver fichero

@@ -1887,7 +1887,7 @@ static bool batch_rename(const char *path)
if (fd1 == -1)
return ret;

xstrsncpy(foriginal, g_tmpfpath, strlen(g_tmpfpath)+1);
xstrsncpy(foriginal, g_tmpfpath, strlen(g_tmpfpath) + 1);

fd2 = create_tmp_file();
if (fd2 == -1) {


Cargando…
Cancelar
Guardar