Skip to content

Commit 85a3d70

Browse files
committed
embed.fnc: Match formal parameter name
with that used in the actual function
1 parent 05b8d3d commit 85a3d70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

embed.fnc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4437,7 +4437,7 @@ S |bool |strftime8 |NN const char *fmt \
44374437
|NN const struct tm *mytm \
44384438
|const utf8ness_t fmt_utf8ness \
44394439
|NN utf8ness_t *result_utf8ness \
4440-
|const bool came_from_sv
4440+
|const bool called_externally
44414441
Sf |bool |strftime_tm |NN const char *fmt \
44424442
|NN SV *sv \
44434443
|NN const struct tm *mytm

proto.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)