Selaa lähdekoodia

Fix an unsigned conversion error

master
lostd 10 vuotta sitten
vanhempi
commit
cdf8a429c5
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      noice.c

+ 1
- 1
noice.c Näytä tiedosto

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

if (ln != NULL)


Loading…
Peruuta
Tallenna