Skip to content
Snippets Groups Projects
Commit 989db9c6 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 66b69f88
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -264,7 +264,8 @@ int sbbs_t::protocol(prot_t* prot, enum XFER_TYPE type ...@@ -264,7 +264,8 @@ int sbbs_t::protocol(prot_t* prot, enum XFER_TYPE type
/****************************************************************************/ /****************************************************************************/
void sbbs_t::autohangup() void sbbs_t::autohangup()
{ {
char a,c,k; int a,c;
char k;
char tmp[512]; char tmp[512];
if(online!=ON_REMOTE) if(online!=ON_REMOTE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment