--- psiconv/trunk/program/extra/rewrite.c 2000/12/24 17:26:24 75 +++ psiconv/trunk/program/extra/rewrite.c 2000/12/25 00:26:53 76 @@ -40,7 +40,7 @@ perror("Can't allocate buf"); exit(1); } - if (!(psiconv_list_fread_all(buf,fp))) { + if ((psiconv_list_fread_all(buf,fp))) { perror("Can't fread file"); exit(1); }