During editing, the loop end test changed from looking for null
authorAaron Taylor <ataylor@subgeniuskitty.com>
Sat, 25 Apr 2020 07:44:42 +0000 (00:44 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Sat, 25 Apr 2020 07:44:42 +0000 (00:44 -0700)
commit9a1cbce039e1191a64199c0191dac49e947741c9
tree051b34bc6db8be6e69f959e3677d99fc82602bda
parent4705de0978f771d43dea8ee35e02064172c3f457
During editing, the loop end test changed from looking for null
terminator to checking index against a hardcoded value. Changed
loop end test to once again check for null terminator.
001/main.c