Explorar el Código

Fix build break

master
Arun Prakash Jana hace 4 años
padre
commit
f3c4dae1dd
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

@@ -2918,7 +2918,7 @@ static bool parsekvpair(kv **arr, char **envcpy, const uchar id, ushort *items)
if (!maxitems)
return FALSE;

*arr = malloc(maxitems * sizeof(kv));
*arr = calloc(maxitems, sizeof(kv));
if (!arr) {
xerror();
return FALSE;


Cargando…
Cancelar
Guardar