This commit is contained in:
Omar Polo 2020-10-07 13:56:24 +02:00
parent 67328d238c
commit d95b77a092
No known key found for this signature in database
GPG Key ID: 35F98C96A1786F0D
1 changed files with 2 additions and 2 deletions

4
gmid.c
View File

@ -36,9 +36,9 @@
#define GEMINI_URL_LEN (1024+3) /* URL max len + \r\n + \0 */
/* large enough to hold a copy of a gemini URL and still have extra room */
#define PATHBUF (2048)
#define PATHBUF 2048
#define FILEBUF 1024
#define FILEBUF 1024
#define SUCCESS 20
#define NOT_FOUND 51