mirror of
https://github.com/pevans/erc-c.git
synced 2024-11-23 23:32:45 +00:00
We need to include the max disk slot
Tiny comparison logic error. :grimace:
This commit is contained in:
parent
50563b44a2
commit
8a261f6600
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user