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
Should probably return ulPos.
nanos-secure-sdk/src/os_printf.c
Line 1180 in e329393
The text was updated successfully, but these errors were encountered:
Ah sorry, ulPos also is wrong ... it needs some more changes.
Sorry, something went wrong.
this should work.:
//unsigned int snprintf(unsigned char * str, unsigned int str_size, const char* format, ...) int snprintf(char * str, size_t str_size, const char * format, ...) { //........ char* op_str = str; //........ return (uint32_t) str - (uint32_t) op_str; }
I have moved your issue to the new SDK LedgerHQ/ledger-secure-sdk#236
No branches or pull requests
Should probably return ulPos.
nanos-secure-sdk/src/os_printf.c
Line 1180 in e329393
The text was updated successfully, but these errors were encountered: