Changeset f444633 in mainline for common/stdc/wchar.c


Ignore:
Timestamp:
2025-04-15T22:42:20Z (3 months ago)
Author:
GitHub <noreply@…>
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)
Message:

Merge branch 'HelenOS:master' into master

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/stdc/wchar.c

    rb6061f8c rf444633  
    4646int mbsinit(const mbstate_t *ps)
    4747{
    48         return ps == NULL || ps->continuation == 0;
     48        return ps == NULL || ps->state == 0;
    4949}
    5050
Note: See TracChangeset for help on using the changeset viewer.