Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions OT7.c
Original file line number Diff line number Diff line change
Expand Up @@ -11085,7 +11085,7 @@ ParseCommandLine(
static u8 IsAppNamePrinted = 0;
s8* S;
u32 result;
static ParameterValueString[MAX_PARAMETER_VALUE_SIZE];
static u32 ParameterValueString[MAX_PARAMETER_VALUE_SIZE];

// Set the default result code to be no error.
result = RESULT_OK;
Expand Down Expand Up @@ -12084,7 +12084,7 @@ ParseFileNameParameter(
u32 v;
s8* S;
u32 result;
static ParameterValueString[MAX_PARAMETER_VALUE_SIZE];
static u32 ParameterValueString[MAX_PARAMETER_VALUE_SIZE];

// Set the default result code to be no error.
result = RESULT_OK;
Expand Down