mirror of
https://github.com/ksherlock/tcpsnooper.git
synced 2025-02-18 08:30:31 +00:00
marinetti callback was trashing memory. WriteLine store to _toolErr, in the wrong bank.
This commit is contained in:
parent
e064126d90
commit
aee73c0de9
@ -13,7 +13,9 @@
|
|||||||
* callback by Marinetti to display a connect message
|
* callback by Marinetti to display a connect message
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
#pragma databank 1
|
||||||
void display(const char *pstr) { WriteLine(pstr); }
|
void display(const char *pstr) { WriteLine(pstr); }
|
||||||
|
#pragma databank 0
|
||||||
|
|
||||||
// todo - support flags
|
// todo - support flags
|
||||||
// -s: be silent (ie - no output, return value only
|
// -s: be silent (ie - no output, return value only
|
||||||
|
Loading…
x
Reference in New Issue
Block a user