Skip to content
Snippets Groups Projects
Commit 28e7443f authored by Andreas Zwinkau's avatar Andreas Zwinkau Committed by Perttu Ahola
Browse files

Fix wctomb use

wctomb(NULL, _) returns "nonzero if the encoding has nontrivial shift state, or zero if the encoding is stateless."

I assume the intentation was to get the size of the target buffer.
Use MB_CUR_MAX for this.
parent e79ad21a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment