summaryrefslogtreecommitdiff
path: root/runoff1
diff options
context:
space:
mode:
authorPeter H. Froehlich <peter.hans.froehlich@gmail.com>2016-09-27 16:58:29 -0400
committerFrans Kaashoek <kaashoek@mit.edu>2017-01-30 19:31:24 -0500
commite916d668f7b184c41ee3d912ccda8cc7ca4aa765 (patch)
tree315e85ce1da63dd0452130484942a81efd4ae111 /runoff1
parent462930727fa9a9d61912264683d9f26e992412c6 (diff)
downloadxv6-labs-e916d668f7b184c41ee3d912ccda8cc7ca4aa765.tar.gz
xv6-labs-e916d668f7b184c41ee3d912ccda8cc7ca4aa765.tar.bz2
xv6-labs-e916d668f7b184c41ee3d912ccda8cc7ca4aa765.zip
Fix unsigned conversion bug.
Since readi() returns -1 for errors, checking with < against an unsigned value is inadvisable. Checking with != works as intended however.
Diffstat (limited to 'runoff1')
0 files changed, 0 insertions, 0 deletions