From 261468d06e8782e9988c763617d72f1d75fee034 Mon Sep 17 00:00:00 2001 From: Ronnie Date: Sat, 1 Jun 2024 14:39:25 +0200 Subject: [PATCH] Update command.cpp All # have a space before and after. This has not. It must be a mistake? Signed-off-by: Ronnie --- src/command.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command.cpp b/src/command.cpp index 8aa46fb..c945f51 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -1642,7 +1642,7 @@ bool COMMAND::execute_internal_command (int cmd, String cmd_params, level_authen resp += "0.0.0.0"; } #endif - resp += "# hostname:"; + resp += " # hostname:"; String defV = DEFAULT_HOSTNAME; resp += prefs.getString(HOSTNAME_ENTRY, defV);; prefs.end();