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

Fix issue introduced in commit 91ea951d with Ctrl-C aborting read msgs prompt

When hitting Ctrl-C at the PostTo prompt (for example), the read msgs prompt
shouldn't be aborted, so clear the abort flag after handling any command key.
parent 6e91b377
No related branches found
No related tags found
No related merge requests found
...@@ -1632,6 +1632,7 @@ int sbbs_t::scanposts(int subnum, int mode, const char *find) ...@@ -1632,6 +1632,7 @@ int sbbs_t::scanposts(int subnum, int mode, const char *find)
domsg = 0; domsg = 0;
break; break;
} }
clearabort();
} }
if (msg.total_hfields) if (msg.total_hfields)
smb_freemsgmem(&msg); smb_freemsgmem(&msg);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment