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


Ignore:
Timestamp:
2025-04-15T18:38:48Z (3 months ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
master
Children:
65bf084
Parents:
5d2bdaa
Message:

Rename mbstate_t field to prevent confusion with continuation bytes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/stdc/wchar.c

    r5d2bdaa rf94a11f  
    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.