From ce515dc1522e408466d07e39a3b354e1a6bde464 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sat, 24 Feb 2024 19:39:29 +0100 Subject: [PATCH] reload params depth change --- src/kds_s2000w_handler_opts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kds_s2000w_handler_opts.c b/src/kds_s2000w_handler_opts.c index c0b14d9..b3a8591 100644 --- a/src/kds_s2000w_handler_opts.c +++ b/src/kds_s2000w_handler_opts.c @@ -389,7 +389,7 @@ void kds_s2000w_handler_set_option(handler* h, int option, void* value, int* inf case 25: int* int_value = (int*) value; h->current_metadata->depth = *int_value; - *info = RELOAD_OPTIONS; + *info = RELOAD_PARAMS; break; default: break; -- 2.39.5