-
Notifications
You must be signed in to change notification settings - Fork 32
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
#348 removal fgets #403
#348 removal fgets #403
Conversation
* Remove 'DC' for states mults list as it is not a mult for this event. * Break lines of all mult lists at ten entities per line for ease of counting. * Add link to KSQP 2023 rules.
This year formerly combined entities are expanded into individual multipliers: https://cqp.org/pdf/cqp2023_rules_changes.pdf
Finally, Thank you @zcsahok, it would take some time for me to track all those errors :) |
Please do not merge master into the PR branch. It shall contain only your changes related to the PR. |
It's not merge, I've execute git rebase command, but finally git marks this as merge. Without this I can't have my branch up to date to main, and probably lots of conflicts will hit us when we try to merge. I can guarantee that this was rebase not merge. |
One shall leave merge conflict resolution to the maintainers unless explicitly requested. Note - mostly to myself -: in readcalls.c at line 154 it must be ensured that line length == LOGLINELEN, else the log file is corrupt. |
Recreated branch for replacement fgets with getline. (Recreating suggested by @zcsahok.