This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
b51555b
)
Missing "by" noticed by James Keenan.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Mon, 22 Sep 2014 01:17:11 +0000
(21:17 -0400)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Mon, 22 Sep 2014 01:25:43 +0000
(21:25 -0400)
pp_pack.c
patch
|
blob
|
blame
|
history
diff --git
a/pp_pack.c
b/pp_pack.c
index
dbbf2e9
..
d703a99
100644
(file)
--- a/
pp_pack.c
+++ b/
pp_pack.c
@@
-1705,7
+1705,7
@@
S_unpack_rec(pTHX_ tempsym_t* symptr, const char *s, const char *strbeg, const c
* the long double data in pack(), here in unpack() we
* don't, because it's really hard to envision that
* reading the long double off aldouble would be
- * affected the unused bytes.
+ * affected
by
the unused bytes.
*
* Note that trying to unpack 'long doubles' of 'long
* doubles' packed in another system is in the general