projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5f8405
)
Formerly ../stdio/fmemopen.c.~13~
author
roland
<roland>
Wed, 1 Jul 1992 05:08:57 +0000
(
05:08
+0000)
committer
roland
<roland>
Wed, 1 Jul 1992 05:08:57 +0000
(
05:08
+0000)
stdio/fmemopen.c
patch
|
blob
|
history
diff --git
a/stdio/fmemopen.c
b/stdio/fmemopen.c
index
e6991bc
..
822ce37
100644
(file)
--- a/
stdio/fmemopen.c
+++ b/
stdio/fmemopen.c
@@
-98,7
+98,7
@@
DEFUN(fmemopen, (s, len, mode),
if (p == NULL)
stream->__bufp = stream->__get_limit;
else
- stream->bufp = p;
+ stream->
__
bufp = p;
}
else if (stream->__mode.__truncate)
memset ((PTR) stream->__buffer, 0, len);