From aee73c0de95035e9254e15dd799336442c63ee9c Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Sat, 19 Jan 2019 21:29:45 -0500 Subject: [PATCH] marinetti callback was trashing memory. WriteLine store to _toolErr, in the wrong bank. --- ifconfig.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ifconfig.c b/ifconfig.c index 1faadbc..e7dd93e 100644 --- a/ifconfig.c +++ b/ifconfig.c @@ -13,7 +13,9 @@ * callback by Marinetti to display a connect message * */ +#pragma databank 1 void display(const char *pstr) { WriteLine(pstr); } +#pragma databank 0 // todo - support flags // -s: be silent (ie - no output, return value only