mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-21 02:35:26 -04:00
Remove Qt deps from UEFIFind and fix issues
This commit is contained in:
parent
7d16c1d48d
commit
4d50d581fa
21 changed files with 275 additions and 225 deletions
|
@ -646,13 +646,9 @@ Decode (
|
|||
SCRATCH_DATA *Sd
|
||||
)
|
||||
{
|
||||
UINT16 BytesRemain;
|
||||
UINT32 DataIdx;
|
||||
UINT16 CharC;
|
||||
|
||||
BytesRemain = (UINT16)(-1);
|
||||
|
||||
DataIdx = 0;
|
||||
UINT16 BytesRemain = (UINT16)(-1);
|
||||
UINT32 DataIdx = 0;
|
||||
UINT16 CharC = 0;
|
||||
|
||||
for (;;) {
|
||||
CharC = DecodeC(Sd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue