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

Fix: LF line endings aren't supported. #143

Merged
merged 1 commit into from
Feb 27, 2022

Conversation

laqieer
Copy link
Contributor

@laqieer laqieer commented Feb 22, 2022

Always convert line endings to CRLF on checkout for .pal files, because they must keep CRLF endings, even on OSX or Linux, otherwise gbagfx will complain that LF line endings aren't supported..

FATAL_ERROR("LF line endings aren't supported.\n");

Always convert line endings to CRLF on checkout for .pal files, because they must keep CRLF endings, even on OSX or Linux, otherwise gbagfx will complain that 'LF line endings aren't supported.'.
@laqieer
Copy link
Contributor Author

laqieer commented Feb 22, 2022

2 solutions to fix this problem:

I choose the first one to keep consistent with pret.

@RevoSucks RevoSucks merged commit 254ff53 into FireEmblemUniverse:master Feb 27, 2022
laqieer added a commit to laqieer/fireemblem8u that referenced this pull request Mar 1, 2022
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