Use local copy of alext.h for the time being
This commit is contained in:
@@ -593,6 +593,10 @@ void monitor_thread(void* param)
|
||||
if (strncasecmp(line, "exit", 4) == 0)
|
||||
{
|
||||
exit_event = 1;
|
||||
}
|
||||
else if (strncasecmp(line, "fddload", sizeof("fddload") - 1) == 0)
|
||||
{
|
||||
|
||||
}
|
||||
free(line);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user