[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: partman review



On  5.III.2004 at 15:13 Sven Luther wrote:
> 
> 1) when compiling, i get a warning : 
> 
>   server.c:26: attention : comparison is always true due to limited
>   range of data type

This discovered the cause of the problem, thanks.  In the following
expression:

while (EOF != (c = fgetc(outfifo))) {}

I have defined `c' as char, but it should be int instead.

> So, i suppose this does make it happy for you ? What should we debug in
> order to get it working ? 

I am twice happy -- because now the problem is resolved. :-))

Anton Zinoviev



Reply to: