Ahem; fix `bombout' so it passes the correct frontend handle to
[sgt/putty] / unix / pty.c
index eed8ecf..1c9763a 100644 (file)
@@ -84,6 +84,7 @@ static int pty_exit_code;
 static struct utmp utmp_entry;
 #endif
 char **pty_argv;
+int use_pty_argv = TRUE;
 
 static void pty_close(void);