More movement towards colour FAXing

This commit is contained in:
Steve Underwood
2013-05-29 14:47:48 +08:00
parent 3519e0f4c3
commit 3ea625c6ae
19 changed files with 1309 additions and 1023 deletions

View File

@@ -5527,6 +5527,9 @@ SPAN_DECLARE(void) at_interpreter(at_state_t *s, const char *cmd, int len)
{
if ((entry = command_search(t, &matched)) <= 0)
break;
/* The following test shouldn't be needed, but let's keep it here for completeness. */
if (entry > sizeof(at_commands)/sizeof(at_commands[0]))
break;
if ((t = at_commands[entry - 1](s, t)) == NULL)
break;
if (t == (const char *) -1)