gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 90/254: sockfilt.c: shortened too long line


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 90/254: sockfilt.c: shortened too long line
Date: Sat, 17 Jun 2017 16:52:02 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to annotated tag gnurl-7.54.1
in repository gnurl.

commit 79bb0afddb4a59033b82a9a55acf317e85f57e3c
Author: Dan Fandrich <address@hidden>
AuthorDate: Thu May 4 22:36:40 2017 +0200

    sockfilt.c: shortened too long line
---
 tests/server/sockfilt.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/server/sockfilt.c b/tests/server/sockfilt.c
index 926784ff4..42071a5bc 100644
--- a/tests/server/sockfilt.c
+++ b/tests/server/sockfilt.c
@@ -405,7 +405,8 @@ static ssize_t fullwrite(int filedes, const void *buffer, 
size_t nbytes)
   ssize_t nwrite = 0;
 
   do {
-    wc = write(filedes, (const unsigned char *)buffer + nwrite, nbytes - 
nwrite);
+    wc = write(filedes, (const unsigned char *)buffer + nwrite,
+               nbytes - nwrite);
 
     if(got_exit_signal) {
       logmsg("signalled to die");

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]