mirror of
https://github.com/aaru-dps/aaruremote.git
synced 2025-12-16 19:24:37 +00:00
Set correct field sizes in DeviceInfo.
This commit is contained in:
@@ -66,10 +66,10 @@ typedef struct
|
|||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
char path[1024];
|
char path[1024];
|
||||||
char vendor;
|
char vendor[256];
|
||||||
char model;
|
char model[256];
|
||||||
char serial;
|
char serial[256];
|
||||||
char bus;
|
char bus[256];
|
||||||
uint8_t supported;
|
uint8_t supported;
|
||||||
} DeviceInfo;
|
} DeviceInfo;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user