Rick-T137 / VIC-BBS

VIC-20 Bulletin Board System
https://www.vic-bbs.com
GNU General Public License v3.0
2 stars 0 forks source link

Handle Check Incorrect Record Size #7

Closed Rick-T137 closed 2 weeks ago

Rick-T137 commented 2 weeks ago

On line 1315, it is using the legacy reclen of 64...

1315 open15,8,15:open1,8,2,"users,l,"+chr$(64):y=1:vu=1

It should be:

1315 open15,8,15:open1,8,2,"users,l,"+chr$(76):y=1:vu=1

I double checked the rest of the code, and this is the only spot where this bug exists.

Rick-T137 commented 2 weeks ago

Fixed, tested and deployed to PROD.