missing debug define

This commit is contained in:
joonicks
2018-03-16 02:57:24 +01:00
parent 74e88ed675
commit df48bd3a67

View File

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