Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not open and write to a log file in raw mode #440

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

morio
Copy link
Collaborator

@morio morio commented Jul 22, 2024

This fix stops the opening of both the zululog.txt and zuluerr.txt when the drive is in raw mode.

It also renames a variable and function israw to iscontiguous as it aligns with it actual meaning and adds israw to denote SD card is accessed via raw mode

It also fixes an unrelated issue where a for loop variable wasn't being initialized.

This fix stops the opening of both the `zululog.txt` and `zuluerr.txt`
when the drive is in raw mode.

It also renames a variable and function israw to iscontiguous as it
aligns with it actual meaning and adds israw to denote SD card is
accessed via raw mode

It also fixes an unrelated issue where a for loop variable wasn't being
initialized.
@morio morio marked this pull request as ready for review July 22, 2024 19:14
@aperezbios aperezbios merged commit 3544386 into main Jul 22, 2024
2 checks passed
@aperezbios aperezbios deleted the fix/write-log-file-in-raw-mode branch July 22, 2024 19:14
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.

2 participants