Browse Source

Fix an unsigned conversion error

master
lostd 9 years ago
parent
commit
cdf8a429c5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      noice.c

+ 1
- 1
noice.c View File

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

if (ln != NULL)


Loading…
Cancel
Save