Updates from 0.2.1 into 0.2.1-inu-1.5

This commit is contained in:
Akinori Ito
2001-11-09 04:59:17 +00:00
parent 68a07bf03b
commit 6c63633545
246 changed files with 32763 additions and 21814 deletions

2
conv.c
View File

@@ -141,7 +141,7 @@ static void
n_impr(char s)
{
fprintf(stderr, "conv: option %c(0x%02x) is not implemented yet... sorry\n", s, s);
exit(1);
w3m_exit(1);
}
Str