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
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
RT 78836: vms/vms.c: dubious expressions
[perl5.git]
/
vms
/
vms.c
diff --git
a/vms/vms.c
b/vms/vms.c
index
9ca1e96
..
7801873
100644
(file)
--- a/
vms/vms.c
+++ b/
vms/vms.c
@@
-655,8
+655,8
@@
int scnt;
if (scnt == 4) {
unsigned int c1, c2;
scnt = sscanf(inspec, "%2x%2x", &c1, &c2);
- outspec[0] =
=
c1 & 0xff;
- outspec[1] =
=
c2 & 0xff;
+ outspec[0] = c1 & 0xff;
+ outspec[1] = c2 & 0xff;
if (scnt > 1) {
(*output_cnt) += 2;
count += 4;