Jeff King <p...@peff.net> writes:

>> +                    if (max_fd < 0 &&
>> +                        select_timeout.tv_sec > 0 ||
>> +                        select_timeout.tv_usec > 50000) {
>> +                            select_timeout.tv_sec  = 0;
>> +                            select_timeout.tv_usec = 50000;
>> +                    }
>
> Should there be parentheses separating the || bit from the &&?

Yeah, I think there should be.  Thanks for sharp eyes.

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to