Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libc/locale



Module Name:    src
Committed By:   riastradh
Date:           Fri Aug 16 14:00:48 UTC 2024

Modified Files:
        src/lib/libc/locale: mbrtoc32.c

Log Message:
mbrtoc32(3): Clarify control flow.

No need for another goto here; let's keep it clearly structured with
a single `out' label.

No functional change intended.

PR lib/52374: <uchar.h> missing


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/locale/mbrtoc32.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index