diff options
author | Karl Williamson <khw@cpan.org> | 2017-08-10 14:33:40 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2017-11-08 20:21:44 -0700 |
commit | 63ab03b3966fa7dcc24a137305becdb56bbf4e5a (patch) | |
tree | 5b9e408bc4a086edd7513da100415e28c73fce2d /embed.fnc | |
parent | 604d7733597968dd3d3b15a0c50861ee7ade3f96 (diff) | |
download | perl-63ab03b3966fa7dcc24a137305becdb56bbf4e5a.tar.gz |
_byte_dump_string(): Don't output leading space
This changes this function to not put an initial space character in the
returned string.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1720,7 +1720,7 @@ EXMp |void |_invlist_dump |NN PerlIO *file|I32 level \ Ap |void |taint_env Ap |void |taint_proper |NULLOK const char* f|NN const char *const s EpM |char * |_byte_dump_string \ - |NN const U8 * s \ + |NN const U8 * const start \ |const STRLEN len \ |const bool format #if defined(PERL_IN_UTF8_C) |