leios / simuleios

Simulations for LeiosOS
https://www.youtube.com/user/LeiosOS
MIT License
198 stars 45 forks source link

Update MD.cpp #6

Closed arfio closed 9 years ago

arfio commented 9 years ago

I added "j = 0;" at line 193 because the index was correct just for the first iteration of the out-most for loop. After that iteration j would get out of bound with values up to 1,000,000.

leios commented 9 years ago

Ooh, nice catch! Thanks for taking a look and being active! =)