From d4770390c8a56cd083515fb10815808283120beb Mon Sep 17 00:00:00 2001 From: cel Date: Tue, 2 Jun 2020 16:46:29 -0400 Subject: [PATCH] Allow longer links --- zet.dpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zet.dpi.c b/zet.dpi.c index 94c25ac..bea7eb3 100644 --- a/zet.dpi.c +++ b/zet.dpi.c @@ -30,7 +30,7 @@ static const int id_length = 16; static const char ssb_ref_base[] = "http://localhost:8027/"; static const char ssb_channel_base[] = "http://localhost:8027/channel/"; -static const int max_cols = 40; +static const int max_cols = 54; static char server_hostname[256]; static char server_url[256];