Skip to content
Snippets Groups Projects
Commit ebfaab86 authored by deuce's avatar deuce
Browse files

Add missing break which caused auto-login (ALT-L) to start uploading.

parent 90ca2687
Branches
Tags
No related merge requests found
......@@ -901,6 +901,7 @@ BOOL doterm(struct bbslist *bbs)
conn_send(bbs->syspass,strlen(bbs->syspass),0);
conn_send("\r",1,0);
}
break;
case 0x1600: /* ALT-U - Upload */
zmodem_upload(bbs->uldir);
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment