-
Notifications
You must be signed in to change notification settings - Fork 8
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
Go further with BSD license #3
Conversation
f150e14
to
b37775c
Compare
@geissomatik I caught something while manually testing just now, the text is cut off in practice, see below. I have an idea why that is, let's see if I can fix it… |
…buffer size limit > The buffer that is to receive the formatted output. > The maximum size of the buffer is 1,024 bytes. Source: https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-wsprintfa#parameters
b37775c
to
7b05990
Compare
@geissomatik turns out our dear friend |
7b05990
to
7468b85
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch on the 1024-char limit! (yeesh!)
@geissomatik this needs careful review and testing. For review, I recommend looking at each commit individually (rather than the combined diff).