mirror of
https://github.com/ksherlock/tcpsnooper.git
synced 2024-11-23 08:31:01 +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
|
||||
*
|
||||
*/
|
||||
#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
|
||||
|
Loading…
Reference in New Issue
Block a user