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

I fixed some errors and warnings in the code #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

echozyr2001
Copy link

FS.c:230:33: warning: implicit declaration of function 'eturn'
It was a simple typo, I corrected it to return

FS.c:583:27: warning: format '%d' expects argument of type 'int', but argument 2 has type 'off_t' {aka 'long int'}
I eliminated the warning by changing %d to %ld, I don't know if there will be any problems

Finally I added a ignore file

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.

None yet

1 participant