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
mulle-markdown-compose --protect -c README.md.scion mulle-scion: /home/src/srcO/MulleFoundation/MulleFoundationBase/src/MulleObjCValueFoundation/NSMutableString.m:748: void mulleConvertStringsToUTF8(NSString **, unsigned int, struct mulle_buffer *): Assertion `actual == len' failed. /home/src/srcM/mulle-bashfunctions/src/mulle-bashfunctions.sh: line 1105: 79995 Aborted (core dumped) "$@" make: *** [/dev/fd/63:6: README.md] Error 134
The culprit is one of the two UTF8 routines:
len = [s mulleUTF8StringLength]; p = mulle_buffer_advance( buffer, len); actual = [s mulleGetUTF8Characters:p maxLength:len];
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The culprit is one of the two UTF8 routines:
The text was updated successfully, but these errors were encountered: