bug fixed in kill_much():
authorbal <none@none>
Thu, 28 Feb 1985 10:35:57 +0000 (10:35 +0000)
committerbal <none@none>
Thu, 28 Feb 1985 10:35:57 +0000 (10:35 +0000)
commitc478b627119ca2259e966baa432608f31e3836fc
tree5f1be94b152ec567eff76e4ffaf4c37c5cc1fb17
parente7f7f33f60a6970330b5dcccc13142868b3dc446
bug fixed in kill_much():
for ( .. ; i != (Lindex) i; ..  ) should be
for ( .. ; i != (Lindex) 0; ..  ).
util/ego/cs/cs_kill.c