Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
d440e646
...
d440e6468d45d58a0a139fadb8d25ff2b35349b2
authored
2003-02-16 11:21:58 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(stream_seek): Fixed type of size auto variable.
1 parent
61ca31c9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mailbox/stream.c
mailbox/stream.c
View file @
d440e64
...
...
@@ -709,7 +709,7 @@ stream_sequential_write (stream_t stream, char *buf, size_t size)
int
stream_seek
(
stream_t
stream
,
off_t
off
,
int
whence
)
{
size
_t
size
=
0
;
off
_t
size
=
0
;
size_t
pos
;
int
rc
;
...
...
Please
register
or
sign in
to post a comment