Update getc

This commit is contained in:
Andrew Pamment 2021-03-13 12:09:38 +10:00
parent 18a23222a9
commit 410cc2b6c6

View File

@ -17,7 +17,7 @@ extern time_t mdtimeout;
extern time_t mdtimeremaining; extern time_t mdtimeremaining;
char md_getc() { char md_getc() {
char c; char c = 'x';
int ret; int ret;
int stage = 0; int stage = 0;