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

Bug in procedure void hardfile_reset (void) #92

Closed
PandTomB opened this issue Oct 1, 2015 · 1 comment
Closed

Bug in procedure void hardfile_reset (void) #92

PandTomB opened this issue Oct 1, 2015 · 1 comment

Comments

@PandTomB
Copy link

PandTomB commented Oct 1, 2015

The line
if ((request = hfpd->d_request[i]))
should be replaced by
if ((request = hfpd->d_request[j]))

@tonioni
Copy link
Owner

tonioni commented Oct 1, 2015

Thanks, will be fixed.

@tonioni tonioni closed this as completed Oct 1, 2015
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

No branches or pull requests

2 participants