mirror of
https://github.com/ksherlock/marignotti.git
synced 2024-12-21 23:29:36 +00:00
pascal-ize the error string
This commit is contained in:
parent
1873eefd16
commit
46e8e8e20f
2
main.c
2
main.c
@ -63,7 +63,7 @@ Word StartUp(displayPtr fx)
|
|||||||
// require 3.0b3
|
// require 3.0b3
|
||||||
if (TCPIPLongVersion() < 0x03006003)
|
if (TCPIPLongVersion() < 0x03006003)
|
||||||
{
|
{
|
||||||
if (fx) fx("Marinetti 3.0b3 is required.");
|
if (fx) fx("\pMarinetti 3.0b3 is required.");
|
||||||
if (flags & kLoaded)
|
if (flags & kLoaded)
|
||||||
UnloadOneTool(54);
|
UnloadOneTool(54);
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user