From f5b1ec5aefa643ce7b474fde33bb56fc535d8a26 Mon Sep 17 00:00:00 2001 From: Soikk Date: Sat, 25 Oct 2025 01:12:46 +0200 Subject: Changed config port from int to str --- src/config/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config/config.h') diff --git a/src/config/config.h b/src/config/config.h index 9a8f058..3f74fc3 100644 --- a/src/config/config.h +++ b/src/config/config.h @@ -11,7 +11,7 @@ typedef struct config_m { str file; str name; - int port; + str port; int backlog; } config_m; -- cgit v1.2.3