diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.c b/src/client.c index 3849e85..36e2565 100644 --- a/src/client.c +++ b/src/client.c @@ -262,7 +262,7 @@ static int og_resp_hardware(json_t *data, struct og_client *cli) } struct og_software_legacy { - char software[8192]; + char software[32768]; char center[OG_DB_INT_MAXLEN + 1]; char part[OG_DB_SMALLINT_MAXLEN + 1]; char id[OG_DB_INT_MAXLEN + 1]; |