ソースを参照

Fix an unsigned conversion error

master
lostd 9年前
コミット
cdf8a429c5
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      noice.c

+ 1
- 1
noice.c ファイルの表示

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

if (ln != NULL)


読み込み中…
キャンセル
保存