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

Convert char[256] in repo to PATH_MAX where applicable #213

Open
intns opened this issue Jun 12, 2024 · 0 comments
Open

Convert char[256] in repo to PATH_MAX where applicable #213

intns opened this issue Jun 12, 2024 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@intns
Copy link
Collaborator

intns commented Jun 12, 2024

Go case-by-case and replace all char path[256] or similar to char path[PATH_MAX] in repo to clean.

PATH_MAX will be defined as such:
#define PATH_MAX (256) in types.h

@intns intns self-assigned this Jun 12, 2024
@intns intns added the documentation Improvements or additions to documentation label Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant