Browse code

claysettings definition fix (char *)

Louis authored on18/11/2021 12:29:34
Showing1 changed files
... ...
@@ -6,9 +6,9 @@
6 6
 
7 7
 // Define our settings struct
8 8
 typedef struct ClaySettings {
9
-  char username[40];
10
-  char password[40];
11
-  char server[100];
9
+  char * username;
10
+  char * password;
11
+  char * server;
12 12
 } __attribute__((__packed__)) ClaySettings;
13 13
 
14 14
 //Define our Appkey enums