1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-06-11 05:29:33 +00:00

We need to include the max disk slot

Tiny comparison logic error. :grimace:
This commit is contained in:
Peter Evans 2017-12-08 17:10:13 -06:00
parent 50563b44a2
commit 8a261f6600

View File

@ -16,7 +16,7 @@ teardown()
{
FILE *stream;
for (int i = 1; i < OPTION_MAX_DISKS; i++) {
for (int i = 1; i <= OPTION_MAX_DISKS; i++) {
stream = option_get_input(i);
if (stream