mirror of
https://github.com/gophernicus/gophernicus.git
synced 2025-02-02 15:08:00 -05:00
change max-width to 67 (#39)
This commit is contained in:
parent
b25c484c92
commit
421aa08541
@ -214,7 +214,7 @@ size_t strlcat(char *dst, const char *src, size_t siz);
|
||||
#define DEFAULT_TAG "gophertag"
|
||||
#define DEFAULT_CGI "/cgi-bin/"
|
||||
#define DEFAULT_USERDIR "public_gopher"
|
||||
#define DEFAULT_WIDTH 76
|
||||
#define DEFAULT_WIDTH 67
|
||||
#define DEFAULT_CHARSET US_ASCII
|
||||
#define MIN_WIDTH 33
|
||||
#define MAX_WIDTH 200
|
||||
|
Loading…
Reference in New Issue
Block a user