Explorar el Código

Fix an unsigned conversion error

master
lostd hace 10 años
padre
commit
cdf8a429c5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      noice.c

+ 1
- 1
noice.c Ver fichero

@@ -369,7 +369,7 @@ int
readmore(char **str)
{
int c, ret = 0;
size_t i;
int i;
char *ln = *str;

if (ln != NULL)


Cargando…
Cancelar
Guardar