Usermode/AxWin3 - Fixed bad blit clipping
[tpg/acess2.git] / Usermode / Applications / axwin3_src / Interface / main.c
index 8695d49..e8b5834 100644 (file)
@@ -113,7 +113,7 @@ void mainmenu_app_textedit(void *unused)
 {
        const char      *args[] = {"ate",NULL};
 //     _SysDebug("TODO: Launch text editor");
-       _SysSpawn("/Acess/Apps/AxWin/3.0/ate", args, (const char **)gEnvion, 0, NULL);
+       _SysSpawn("/Acess/Apps/AxWin/3.0/ate", args, (const char **)gEnvion, 0, NULL, NULL);
 }
 
 void mainmenu_app_terminal(void *unused)

UCC git Repository :: git.ucc.asn.au