We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 2190 - test/testdrawchessboard.c line endings
Summary: test/testdrawchessboard.c line endings
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: 2.0.1
Hardware: x86 Mac OS X (All)
: P2 trivial
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-28 03:45 UTC by Joseph Carter
Modified: 2013-11-03 19:28 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Carter 2013-10-28 03:45:32 UTC
test/testdrawchessboard.c checks out of hg with DOS line endings on non-dos systems.  Fixed via:

perl -pi -e 's/\r//g' test/testdrawchessboard.c

I haven't looked for other instances of this yet, but I can if desired and report back.
Comment 1 Sam Lantinga 2013-11-03 19:28:01 UTC
Fixed, thanks!
https://hg.libsdl.org/SDL/rev/586eddae6340

Feel free to report any other files that are incorrect.  Note that the .txt files are intentionally CRLF to make building releases simpler.