fixed deviceId corruption bug

This commit is contained in:
applestash
2014-07-14 01:58:09 +10:00
parent 3d3bbf9bf4
commit 44ccbedee3
3 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ typedef struct
u16 version;
u8 ticketId[8];
u8 deviceId[8];
u8 deviceId[4];
u8 licenceType;
u8 audit;
u8 eshopAccId[4];