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

extra byte for files on Windows #199

Merged
merged 1 commit into from
Jan 15, 2020
Merged

extra byte for files on Windows #199

merged 1 commit into from
Jan 15, 2020

Conversation

Karsten1987
Copy link
Contributor

fixes #198

note: I opted for a simple #ifdef WIN32 solution as it really just depends on how we checkout the file with git - whether LF get converted into CRLF. The actual functionality of the implementation seems to be sound.

CI:

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

Signed-off-by: Karsten Knese karsten@openrobotics.org

Signed-off-by: Karsten Knese <karsten@openrobotics.org>
@Karsten1987 Karsten1987 self-assigned this Jan 15, 2020
@Karsten1987 Karsten1987 merged commit 128b0ce into master Jan 15, 2020
@delete-merged-branch delete-merged-branch bot deleted the ms_file_size branch January 15, 2020 01:13
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.

File size of dummy.dummy.txt on windows might be 5 or 6 bytes
2 participants