From 4c45aa7d8971e35d87de13b392bed88dc2c07bdb Mon Sep 17 00:00:00 2001 From: Anna Prosvetova Date: Wed, 27 Oct 2021 20:12:24 +0300 Subject: Fix naming in the options file (#9) --- application.options | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/application.options b/application.options index dbe539d..72dcc29 100644 --- a/application.options +++ b/application.options @@ -1,5 +1,5 @@ -PB_App.Start.args type:FT_POINTER -PB_App.Start.args max_length:512 -PB_App.Start.name type:FT_POINTER -PB_App.Start.name max_length:512 +PB_App.StartRequest.args type:FT_POINTER +PB_App.StartRequest.args max_length:512 +PB_App.StartRequest.name type:FT_POINTER +PB_App.StartRequest.name max_length:512 -- cgit v1.2.3