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

archive_dev: Ensure path seperator for local path #524

Merged
merged 1 commit into from
May 7, 2023

Conversation

oreo639
Copy link
Contributor

@oreo639 oreo639 commented May 7, 2023

Fixes issue where fopen("test.txt","r") opens 3dstest.txt instead of test.txt.

Also correct misuse of strncat() as count applies to src not dest.

See:
devkitPro/3ds-hbmenu@8136d94 devkitPro/newlib@806a4d3

@oreo639 oreo639 force-pushed the fixpath branch 3 times, most recently from d3123c8 to ff82d4f Compare May 7, 2023 07:48
Fixes issue where fopen("test.txt","r") opens 3dstest.txt instead of test.txt.

Also correct misuse of strncat() as count applies to src not dest.

See:
devkitPro/3ds-hbmenu@8136d94
devkitPro/newlib@806a4d3
@WinterMute WinterMute merged commit 39a53c4 into devkitPro:master May 7, 2023
@oreo639 oreo639 deleted the fixpath branch May 7, 2023 17:22
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