Browse Source

Longer serial and UUID strings

Andrea Luzzardi 18 years ago
parent
commit
49462463c7
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/conf.h

+ 2
- 2
src/conf.h View File

@ -27,8 +27,8 @@ typedef struct pusb_device
char name[32];
char vendor[32];
char model[32];
char serial[64];
char volume_uuid[32];
char serial[128];
char volume_uuid[128];
} t_pusb_device;
typedef struct pusb_options


Loading…
Cancel
Save