repositories
/
TD_SE.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bb90b8
)
Remove another signed issue warning.
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Fri, 2 Mar 2018 17:09:48 +0000
(18:09 +0100)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Fri, 2 Mar 2018 17:09:48 +0000
(18:09 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
rw/reader/reader.c
patch
|
blob
|
blame
|
history
diff --git
a/rw/reader/reader.c
b/rw/reader/reader.c
index 0e9fcf6e20732bfa52285325bc0482171f97adda..a5967db3b7b6ac9ad7233ad6cd46174010fe5b8a 100644
(file)
--- a/
rw/reader/reader.c
+++ b/
rw/reader/reader.c
@@
-6,7
+6,8
@@
int main()
{
- int fd, n;
+ int fd;
+ ssize_t n;
char message[100];
// ouverture du tube mypipe en mode lecture
fd = open("mypipe", O_RDONLY);