commit d95b77a092fe8b67ea8878edc9ab2ef8a623a70b from: Omar Polo date: Wed Oct 07 11:56:41 2020 UTC fmt commit - 67328d238c1718f1f511e847d8375ea23fb99661 commit + d95b77a092fe8b67ea8878edc9ab2ef8a623a70b blob - 5a1aa89162017c148a6d48ca18b54dc949a9fc28 blob + a1d11f5778eb7469790bb613f68cde2826a9e333 --- gmid.c +++ gmid.c @@ -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