mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-07-31 09:19:15 +02:00
wow
This commit is contained in:
+1
-1
@@ -364,7 +364,7 @@ static const command_handler_t commands_exact[] = {
|
||||
static bool process_command_table(const command_handler_t *table, int table_size,
|
||||
char *cmd, char *arg, RDSModulator* mod) {
|
||||
for (int i = 0; i < table_size; i++) {
|
||||
if (ustrcmp(cmd, (char *)table[i].cmd) == 0) {
|
||||
if (strcmp(cmd, (char *)table[i].cmd) == 0) {
|
||||
table[i].handler(arg, mod);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user