Kevin Wolf <[email protected]> writes: > Checking for return codes < 0 isn't really going to work with unsigned > types. Use signed types instead.
Makes sense to me.
Kevin Wolf <[email protected]> writes: > Checking for return codes < 0 isn't really going to work with unsigned > types. Use signed types instead.
Makes sense to me.