We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bfb759 commit 505e049Copy full SHA for 505e049
pad.c
@@ -965,9 +965,9 @@ enclosed in double quotes.
965
In plain C<pad_findmy_pv>, the variable name is a C language NUL-terminated
966
string.
967
968
-In C<pad_findmy_pvn>, C<len> gives the length of the variable name in bytes,
+In C<pad_findmy_pvn>, C<namelen> gives the length of the variable name in bytes,
969
so it may contain embedded-NUL characters. The caller must make sure C<namepv>
970
-contains at least C<len> bytes.
+contains at least C<namelen> bytes.
971
972
In C<pad_findmy_sv>, the variable name is taken from the SV parameter using
973
C<L</SvPVutf8>()>.
0 commit comments