Skip to content

Commit b4eec9d

Browse files
jensmaurerzygoloid
authored andcommitted
[c.mb.wcs] The parameter is called 's', not 'buf'
1 parent 548ce79 commit b4eec9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/strings.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6572,8 +6572,8 @@
65726572

65736573
\pnum
65746574
\remarks
6575-
Calls to \tcode{c8rtomb} with a null pointer argument for \tcode{buf}
6575+
Calls to \tcode{c8rtomb} with a null pointer argument for \tcode{s}
65766576
may introduce a data race\iref{res.on.data.races}
65776577
with other calls to \tcode{c8rtomb}
6578-
with a null pointer argument for \tcode{buf}.
6578+
with a null pointer argument for \tcode{s}.
65796579
\end{itemdescr}

0 commit comments

Comments
 (0)