We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/pantoniou/libfyaml/blob/ce5149953e043541fb7ecca21691423aaad90513/src/tool/fy-tool.c#L1606C4-L1606C4
progname = argv[0]; progname = strrchr(argv[0], '/');
progname will always be modified by the second line. Is the first line of code redundant?
progname
The text was updated successfully, but these errors were encountered:
PR #97 .
Sorry, something went wrong.
No branches or pull requests
https://github.com/pantoniou/libfyaml/blob/ce5149953e043541fb7ecca21691423aaad90513/src/tool/fy-tool.c#L1606C4-L1606C4
progname
will always be modified by the second line. Is the first line of code redundant?The text was updated successfully, but these errors were encountered: