You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make "CRT_degreeSign" a writable buffer that will be updated after the
initDegreeSign() function. This avoids needing a static buffer in the
function.
The appropriate buffer size for "CRT_degreeSign" is (MB_LEN_MAX * 2),
not 4.
One side effect of this change is that "CRT_degreeSign" will lose the
const qualifier in the header (CRT.h).
Signed-off-by: Kang-Che Sung <[email protected]>
0 commit comments