Skip to content
Snippets Groups Projects
Commit 2e126273 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix display/loop issue with Disconnect-after-file-transfer prompt

As reported by WitNik, on 32-bit rPi builds, the loop would not
terminate and display transfer count down values after hitting 'H'
to hang-up.
parent 6b391eda
No related branches found
No related tags found
No related merge requests found
......@@ -264,7 +264,8 @@ int sbbs_t::protocol(prot_t* prot, enum XFER_TYPE type
/****************************************************************************/
void sbbs_t::autohangup()
{
char a,c,k;
int a,c;
char k;
char tmp[512];
if(online!=ON_REMOTE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment