From 453adecd04dea09f4ec1c3c26cb86c3593077085 Mon Sep 17 00:00:00 2001 From: cbdev Date: Thu, 1 Mar 2018 17:47:28 +0100 Subject: sACN documentation, Update OSC config syntax --- osc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'osc.c') diff --git a/osc.c b/osc.c index 6bfd209..adc91f5 100644 --- a/osc.c +++ b/osc.c @@ -401,7 +401,7 @@ static int backend_configure_instance(instance* inst, char* option, char* value) } return 0; } - else if(!strcmp(option, "dest")){ + else if(!strcmp(option, "dest") || !strcmp(option, "destination")){ if(!strncmp(value, "learn", 5)){ data->learn = 1; -- cgit v1.2.3