]> Zhao Yanbai Git Server - minix.git/commit
Fixed a few quirks in misc.c
authorBen Gras <ben@minix3.org>
Mon, 20 Jun 2005 09:35:23 +0000 (09:35 +0000)
committerBen Gras <ben@minix3.org>
Mon, 20 Jun 2005 09:35:23 +0000 (09:35 +0000)
commitc9c6983cc1f660b3ff1ba4cf682ed455a4c88ce7
tree72c3272bfef2b82f61880f3be3c80b3bf464331f
parent5e17902a0d684e981733cd8faf497b7775f163ce
Fixed a few quirks in misc.c
  . MAX used where it should've been MIN
  . buffer byte too short
  . inobvious use of & with && without parantheses
  . funny length checking
servers/pm/misc.c