projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6c7df0a
)
fix Storable on VMS by fixing my_fwrite()
Craig A. Berry [Wed, 30 Aug 2000 13:30:36 +0000 (08:30 -0500)]
Message-Id: <4.3.2.7.2.
20000830130617
.02b8b968@exchi01>
p4raw-id: //depot/perl@6923
vms/vms.c
patch
|
blob
|
blame
|
history
diff --git
a/vms/vms.c
b/vms/vms.c
index
35b5895
..
cda7572
100644
(file)
--- a/
vms/vms.c
+++ b/
vms/vms.c
@@
-4709,7
+4709,7
@@
my_fwrite(void *src, size_t itmsz, size_t nitm, FILE *dest)
src = cp + 1;
}
- return 1;
+ return nitm;
} /* end of my_fwrite() */
/*}}}*/