-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Correct fscanf formatting string for I64u values #60
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
Correct fscanf formatting string for I64u values #60
Conversation
Signed-off-by: Waldek Maleska <w.maleska@gmail.com>
As discussed at #52 (comment) |
@weakcamel are you still interested in this issue? If so, I would be very interested in your opinion about my suggestion. |
I am and yes, I like the idea. I'll go ahead and prepare a patch. |
To be sure, I did not suggest including any header there, just introducing a block #ifndef SCNuMAX
#define SCNuMAX PRIuMAX
#endif` not anything more... |
Assisted-By: Johannes Schindelin <johannes.schindelin@gmx.de>
Done (finally!). Thank you for you patience. |
Thanks! I added a comment with a question and would like to request a squash and rebase followed by a force-push to finalize this Pull Request. |
You can check by inserting |
Thank you! Well, the definition comes from .. |
Hmm. I wonder why it works for |
They're both at 'llu'. I've added
|
Correct fscanf formatting string for I64u values Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
In my tests, the |
I do not mind and all. I'm glad you did. Thank you! |
Correct fscanf formatting string for I64u values Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Correct fscanf formatting string for I64u values Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Correct fscanf formatting string for I64u values Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Waldek Maleska w.maleska@gmail.com