schierlm / Oberon2013Modifications

Modifications (I deliberately do not call them enhancements) I did to Project Oberon 2013.
Other
14 stars 5 forks source link

DebugClient.SendCommand #7

Closed ygrayne closed 2 years ago

ygrayne commented 2 years ago

I think in DebugClient.SendCommand, the local variable ‘dot’ is not initialised.

schierlm commented 2 years ago

Thank you for your contribution. Yes, initialization was forgotten, and I never noticed it as the variable can only be FALSE in the error case that a command does not contain a dot.

Fixed and pushed.