Skip to content

Commit c6da945

Browse files
Increase MAX_STR_SIZE to 512
1 parent 9674549 commit c6da945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gh.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include <stdlib.h>
44
#include <stdio.h>
55

6-
#define MAX_STR_SIZE 255
6+
#define MAX_STR_SIZE 512
77

88
#define INVALID_CMD -1
99
#define MAX_CMD_OPTS 5

0 commit comments

Comments
 (0)