missing debug define (#13)

This commit is contained in:
joonicks 2018-03-16 02:59:35 +01:00 committed by GitHub
parent 46107dc7f2
commit cf37c9b728
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -817,8 +817,10 @@ execve( ./energymech, argv = { ./energymech <NULL> <NULL> <NULL> <NULL> }, envp
{ {
mechresetenv = p1; mechresetenv = p1;
do_fork = FALSE; do_fork = FALSE;
#ifdef DEBUG
if (*p1 == 'd') if (*p1 == 'd')
mechresetenv = recover_debug(p1+1); mechresetenv = recover_debug(p1+1);
#endif /* DEBUG */
break; break;
} }
envp++; envp++;