Pinacolada64 / ImageBBS

A bulletin board system (BBS) for the Commodore 64.
15 stars 5 forks source link

Drive activity light stays on after 10 minutes idle #33

Closed x-tec2017 closed 6 years ago

x-tec2017 commented 6 years ago

Image is opening the e.stats file to update the records for idle time but is not closing the file when finished.

Solution: in +.lo at the end of line 3482, add :close2

Pinacolada64 commented 6 years ago

I've added that to +.lo - got some other improvements slated for it too.

x-tec2017 commented 6 years ago

Any changes to +.lo should be submitted as merge lines because different boards have customized login messages for network connection detection and timing.

Pinacolada64 commented 6 years ago

Okay.

So does close 2 close this issue?

x-tec2017 commented 6 years ago

Yes, this issue is now closed.