Changeset f444633 in mainline for common/stdc/wchar.c
- Timestamp:
- 2025-04-15T22:42:20Z (3 months ago)
- Children:
- 1d3ae66
- Parents:
- b6061f8c (diff), 65bf084 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Wayne Thornton <wmthornton-dev@…> (2025-04-15 22:42:20)
- git-committer:
- GitHub <noreply@…> (2025-04-15 22:42:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/stdc/wchar.c
rb6061f8c rf444633 46 46 int mbsinit(const mbstate_t *ps) 47 47 { 48 return ps == NULL || ps-> continuation== 0;48 return ps == NULL || ps->state == 0; 49 49 } 50 50
Note:
See TracChangeset
for help on using the changeset viewer.