Skip to content

Fixed bug #7927 : Some default values is set incorrectly for SC\CS architectures#7929

Merged
hvlad merged 1 commit intov4.0-releasefrom
work/gh-7927
Dec 20, 2023
Merged

Fixed bug #7927 : Some default values is set incorrectly for SC\CS architectures#7929
hvlad merged 1 commit intov4.0-releasefrom
work/gh-7927

Conversation

@hvlad
Copy link
Copy Markdown
Member

@hvlad hvlad commented Dec 19, 2023

No description provided.

@hvlad hvlad self-assigned this Dec 19, 2023
@hvlad hvlad linked an issue Dec 19, 2023 that may be closed by this pull request
defaults[KEY_REMOTE_FILE_OPEN_ABILITY].boolVal = bootBuild;
if (pValue->intVal < 0)
pValue->intVal = pDefault->intVal;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Two blank lines inside a function body looks excessive (per function separation in this file is one line).

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It allows to visually separate handling of each key.
I can change blank line by additional comment, but will it be better ?

@hvlad hvlad merged commit 507015b into v4.0-release Dec 20, 2023
@hvlad hvlad deleted the work/gh-7927 branch December 20, 2023 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Some default values are set incorrectly for SC/CS architectures

2 participants