We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MAX_STR_SIZE
1 parent 9674549 commit c6da945Copy full SHA for c6da945
src/gh.h
@@ -3,7 +3,7 @@
3
#include <stdlib.h>
4
#include <stdio.h>
5
6
-#define MAX_STR_SIZE 255
+#define MAX_STR_SIZE 512
7
8
#define INVALID_CMD -1
9
#define MAX_CMD_OPTS 5
0 commit comments