Skip to content

Commit

Permalink
Merge pull request #72 from brad-colbert/server_new_command_line
Browse files Browse the repository at this point in the history
Testing my git credentials.
  • Loading branch information
brad-colbert authored Mar 31, 2024
2 parents 2b4a35a + a69392b commit e4ae9ca
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions src/console.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,27 +247,6 @@ char process_command(byte ntokens)

if(0 == strncmp(tokens[0], "stream", 3))
{
/*
if(ntokens < 2)
{
gotoxy(0,0);
cputs("ERROR: Search tokens not specified");
cgetc();
//return stream_image(&tokens[1], 0);
}
else
{
#ifdef DEBUG_CONSOLE
byte i;
for(i = 0; tokens[i] != 0x0; i++)
cprintf("*%s ", tokens[i]);
cputs("\n\r");
#endif
return stream_image(&tokens[1], 0);
}
*/
return stream_image(&tokens[1], 0);
}

Expand Down

0 comments on commit e4ae9ca

Please sign in to comment.