Skip to content

Commit

Permalink
creationDate len comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Feb 27, 2021
1 parent af87d2c commit c1432da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sd-bootloader-ng/bootmanager/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ static bool prepareRun(sImageInfo* imageInfo, char* imagePath, uint32_t filesize
uint32_t* pTarget = (uint32_t*)(pImgRun+filesize-0x04-0x04);

char* gitHash = pImgRun+filesize-0x60; //len 7
char* creationDate = pImgRun+filesize-0x58; //len 12
char* creationDate = pImgRun+filesize-0x58; //len 12/28

char* version1 = NULL;
char* version2 = NULL;
Expand Down

0 comments on commit c1432da

Please sign in to comment.